robot_testing icon indicating copy to clipboard operation
robot_testing copied to clipboard

How to use the Robot Testing pattern in Flutter

Robot Testing Pattern in Flutter

Very Good Ventures Very Good Ventures

Developed with 💙 by Very Good Ventures 🦄

License: MIT


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

Check out our blog for more about using the Robot Testing pattern in Flutter.