Update README.md
This commit is contained in:
Родитель
d63c1bbce0
Коммит
cdc6d885bb
|
@ -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.
|
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
|
## Goals / Features
|
||||||
|
- Support for: Android, iOS, MacCatalyst, WindowsAppSDK
|
||||||
- gRPC communication channel between Driver and AppHost
|
- gRPC communication channel between Driver and AppHost
|
||||||
- .NET MAUI first view tree inspection and querying
|
- .NET MAUI first view tree inspection and querying
|
||||||
- Android - ADB integrations for advanced test manipulation
|
- 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
|
- YAML test syntax as an alternative approach to writing tests and rapidly iterating on them with file watching / 'hot reload' of tests
|
||||||
|
|
||||||
## So far
|
## So far
|
||||||
|
- [x] View hierarchy walking/parsing for MAUI, Android, iOS/MacCatalyst, Windows
|
||||||
- [x] gRPC communication channel between driver and app host
|
- [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] Basic Android Driver functions with ADB
|
||||||
- [x] Simple REPL with hard coded commands for printing a tree
|
- [x] Simple REPL with hard coded commands for printing a tree
|
Загрузка…
Ссылка в новой задаче