Skip to content

maestro_test-v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 22:58
· 2107 commits to master since this release
maestro_test-v0.2.0

Feature/notifications (#71)

  • 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