Releases: jfversluis/Plugin.Maui.UITestHelpers
v1.0.0 Preview 4: Adds a lot more out of the box actions for Appium
What's Changed
- Remove xharness from macOS pipeline by @jfversluis in #21
- Update iOS GH Action to use Xcode 15.4 by @jfversluis in #24
- Use the .NET tool to work with Android by @mattleibow in #22
- Use Xcode 16 for iOS UI Tests by @jfversluis in #29
- Added more actions by @jsuarezruiz in #28
New Contributors
- @mattleibow made their first contribution in #22
- @jsuarezruiz made their first contribution in #28
Full Changelog: v1.0.0-preview3...v1.0.0-preview4
v1.0.0 Preview3
What's Changed
- Run UI tests as part of CI by @jfversluis in #11
- Remove xharness for Android UI test CI by @jfversluis in #14
- Remove xharness iOS UI test CI by @jfversluis in #15
- Adds the latest changes from the MAUI codebase by @jfversluis in #17
- Update Appium dependency to v5 by @jfversluis in #18
Full Changelog: v1.0.0-preview2...v1.0.0-preview3
v1.0.0 Preview 2
What's Changed
- Add Sample by @jfversluis in #9
- Update files to match .NET MAUI implementation by @pictos in #13
Full Changelog: v1.0.0-preview1...v1.0.0-preview2
v1.0.0 Preview 1: Hello, World!
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.
Please note that at this time, this is a unofficial project, not supported by Microsoft or the .NET MAUI team in any way. We're just want to explore if this code could be as useful to you as it is to us in the .NET MAUI codebase.
Feel free to open any issues or pull request with things you'd like to see or improvements you have made in your UI test projects to make your life easier so others can benefit as well.