A Flutter project to demonstrate how to use the LayoutDiff. Feel free to create Pull Requests with layout changes to see it working.
You can edit the code directly on Github and create a PR to see the CI pipeline with LayoutDiff working
You can see changes to be approved on https://app.layoutdiff.com/ using the below account:
username: layoutdiffdemo
password: Example01
To run the tests, you will need install flutter sdk and launch a device emulator.
Execute below command to run flutter integration tests
flutter drive --driver=test_driver/app_test.dart --target=test_driver/app.dart
You can see an example how to take screenshots on integration tests on test_driver/app_test.dart