.NET MAUI is the evolution of Xamarin.Forms, now it's time for the evolution of UI Testing .NET apps.
This project aims to bring an existing UI Testing spike and idea closer to a usable tool for creating UI Automation Tests for .NET MAUI apps. It is a simpler architecture than its predecessor Xamarin.UITest, and has a much cleaner integration than Appium, built with .NET MAUI apps first in mind.
For .NET Interactive Notebooks
xUnit/NUnit Unit Test projects
- Support for: Android, iOS, WindowsAppSDK, MacCatalyst * (Incomplete Driver)
- gRPC communication channel between Driver and App Agent
- .NET MAUI first view tree inspection and querying
- Android - ADB integrations for advanced test manipulation
- iOS - idb_companion for advanced test manipulation
- Windows - WinAppDriver for additional manipulation
- Fluent Driver API for view querying/actions
- .NET Interactive Notebook for iterating on test writing / view tree & app exploration
- Create native Android and iOS App Agent libraries that implement the gRPC spec so non-MAUI apps can be tested