flutter-screenshot
flutter-screenshot copied to clipboard
Helps to run UI tests on multiple device and take screenshots
Add description of available CLI commands and flags to readme. - [ ] init - [ ] doctor - [ ] --config - [ ] --verbose
Add a `parallelDevices` option into the yaml config. This would be an integer value which will represent the maximum number of the parallel running devices and tests. The implementation should...
This should be a string array type in the yaml configuration. The values would be `Portrait, Landscape, Portrait-reverse, Landscape-reverse`. By this value the tool can generate more variations of screenshots....
Create an example project in Flutter with UI tests and add the flutter screenshot to the project.