Plugin.Maui.UITestHelpers.NUnit
1.0.0-preview1
See the version list below for details.
dotnet add package Plugin.Maui.UITestHelpers.NUnit --version 1.0.0-preview1
NuGet\Install-Package Plugin.Maui.UITestHelpers.NUnit -Version 1.0.0-preview1
<PackageReference Include="Plugin.Maui.UITestHelpers.NUnit" Version="1.0.0-preview1" />
paket add Plugin.Maui.UITestHelpers.NUnit --version 1.0.0-preview1
#r "nuget: Plugin.Maui.UITestHelpers.NUnit, 1.0.0-preview1"
// Install Plugin.Maui.UITestHelpers.NUnit as a Cake Addin #addin nuget:?package=Plugin.Maui.UITestHelpers.NUnit&version=1.0.0-preview1&prerelease // Install Plugin.Maui.UITestHelpers.NUnit as a Cake Tool #tool nuget:?package=Plugin.Maui.UITestHelpers.NUnit&version=1.0.0-preview1&prerelease
Plugin.Maui.UITestHelpers
Plugin.Maui.UITestHelpers
provides a set of helpers to support UI testing your .NET MAUI app with Appium and migration from Xamarin.UITest to Appium. It consists of three packages, see below for more information.
The set of helpers are extracted from the .NET MAUI codebase (here, the folders prefixed UITest) this code can help with writing UI tests with Appium and/or transition your existing Xamarin.UITest tests to Appium.
[!WARNING]
At this time this project is not officially supported and experimental. Feel free to let us know your feedback and provide pull requests to make it even better. There is no guarantee this will become something more official.
<sub>But if you like what you see and help make it better... It might! </sub>
Install Plugin
This project consists of three packages. please find the details below. All packages are available on NuGet.
Package Name | Description | NuGet Package |
---|---|---|
Plugin.Maui.UITestHelpers.Core | Shared, core types that are used across the different projects | |
Plugin.Maui.UITestHelpers.Appium | This package contains code specific to UI testing with Appium. It's filled with helpers that will make writing UI tests easier, as well as methods that (mostly) mimic Xamarin.UITest to make transitioning your current UI tests easier | |
Plugin.Maui.UITestHelpers.NUnit | This package contains helpers that will make it easier to write UI tests based on NUnit |
Install with the dotnet CLI, for example: dotnet add package Plugin.Maui.UITestHelpers.Appium
, or through the NuGet Package Manager in Visual Studio.
Supported Platforms
All platforms that are supported by the cross section of the support of Appium and .NET MAUI.
Acknowledgements
This project could not have came to be without these projects and people, thank you! ❤️
The original source was extracted from the .NET MAUI codebase so all credit goes out to that team, namely @sbanni, @mattleibow, @PureWeen, @MartyIX, @jsuarezruiz, @jfversluis and @rmarinho.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- NUnit (>= 3.13.3)
- NUnit3TestAdapter (>= 4.5.0)
- Plugin.Maui.UITestHelpers.Core (>= 1.0.0-preview1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-preview3 | 218 | 7/3/2024 |
1.0.0-preview2 | 1,969 | 5/14/2024 |
1.0.0-preview1 | 89 | 3/25/2024 |