maestro_test 0.1.1 maestro_test: ^0.1.1 copied to clipboard
Simple, easy-to-learn, Flutter-native UI testing framework eliminating limitations of flutter_driver
0.1.1 #
- Fix minor logging bug.
0.1.0 #
- Add basic means of controlling platform-native Widgets (
TextView
,EditText
, andButton
on Android). This also applies to WebView. - Add enabling and disabling of Wi-Fi, Celluar, and Night Mode.
- Improve stability.
0.0.6 #
- Set minimum Dart version to 2.16.
- Fix links to
package:leancode_lint
in README.
0.0.5 #
- Update broken link in README.
0.0.4 #
- Update README.
0.0.3 #
- Rename from
maestro
tomaestro_test
.
0.0.2 #
- Split
maestro
andmaestro_cli
into separate packages.
0.0.1 #
- Initial version.