Developed with 💙 by Very Good Ventures 🦄
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.
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
Check out our blog for more about using the Robot Testing pattern in Flutter.