robot_testing
how to use the robot testing pattern in flutter
this project showcases how to apply the robot testing pattern to a flutter application.
it is a demo project used for the conference future of testing: mobile hosted by applitools.
how to run the tests
flutter drive --target=e2e/e2e.dart --driver=e2e/scenarios/counter_scenario.dart
flutter drive --target=e2e/e2e.dart --driver=e2e/scenarios/login_scenario.dart
flutter drive --target=e2e/e2e.dart --driver=e2e/scenarios/scrolling_list_scenario.dart
Comments are closed.