Robot Testing Pattern in Flutter
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