-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* example: change default port to 8081 * AutomatorServer: add support for passing resourceName to BySelector * maestro_test: add some doc comments * AutomatorServer: add tap2 method to tap on texts * implement new Selector * remove implementation of getNativeWidgets (it's TBD) * AutomatorServer: SelectorQuery: add converter method to BySelector * AutomatorServer: remove getNativeWidget * add swipe() * add native swipes * fix maestro bootstrap * AutomatorServer: implement getNotifications() * maestro_test: implement getNotifications() * maestro_cli: trim() output from external tools before printing * maestro_test: add getFirstNotification() * AutomatorServer: implement tapOnNotification * add .gitattributes * move .gitattributes to root dir * getNotifications: change from POST to GET * simplify API * automatically open notification shade on `tapOnNotification()` and `getNotifications()` * automatically close keyboard after `enterText()`` * maestro_test: add Notification.toString() * improve example * fix encoding issues (use UTF-8) * improve example for notifications * do openNotifications() on native side * maestro_test: add CHANGELOG for version 0.2.0 * minor fix for Android View classes * Maestro.enterText(): make `index` a required named argument * split enterText() into enterTextByIndex() and enterTextBySelector() * rename `isRunning()` to `healthCheck()` * split `openNotifications()` into `openHalfNotificationShade()` and `openFullNotificationShade()` * add delays * change native timeout to make tests less flaky * maestro bootstrap: minor generated files changes * maestro_cli: set version to 0.2.0
- Loading branch information
1 parent
f49ee7b
commit 382a317
Showing
27 changed files
with
1,345 additions
and
483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
*.apk filter=lfs diff=lfs merge=lfs -text | ||
*.freezed.dart linguist-generated=true | ||
*.g.dart linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.