This commit is contained in:
redth 2022-09-03 11:36:56 -04:00
Родитель d63c1bbce0
Коммит cdc6d885bb
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,7 @@
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.
## Goals / Features
- Support for: Android, iOS, MacCatalyst, WindowsAppSDK
- gRPC communication channel between Driver and AppHost
- .NET MAUI first view tree inspection and querying
- Android - ADB integrations for advanced test manipulation
@ -14,6 +15,8 @@ This project aims to bring an existing UI Testing spike and idea closer to a usa
- YAML test syntax as an alternative approach to writing tests and rapidly iterating on them with file watching / 'hot reload' of tests
## So far
- [x] View hierarchy walking/parsing for MAUI, Android, iOS/MacCatalyst, Windows
- [x] gRPC communication channel between driver and app host
- [x] View hierarchy walking for MAUI, Android, iOS/MacCatalyst, Windows
- [x] Basic Android Driver functions with ADB
- [x] Simple REPL with hard coded commands for printing a tree