ZPF.UITests is a starter nuget for MSTest and Appium. It provides a simple and efficient way to set up and run UI tests for your applications. With ZPF.UITests, you can quickly create and execute tests that interact with your application's user interface, ensuring that your app works as expected across different devices and platforms.
https://mauidevflow.net/ https://learn.microsoft.com/en-us/dotnet/maui/developer-tools/?view=net-maui-10.0
MauiProgram.cs
#if DEBUG using Microsoft.Maui.DevFlow.Agent; #endif
#if DEBUG builder.AddMauiDevFlowAgent(); #endif
dotnet tool install -g Microsoft.Maui.Cli --prerelease
maui devflow broker start maui devflow wait
maui devflow ui tree --depth 3 --fields "id,type,text,automationId"
maui devflow ui tap --automationId "CounterBtn"