fast_flutter_driver 1.2.0 fast_flutter_driver: ^1.2.0 copied to clipboard
Toolkit for running rapidly flutter driver tests on desktop.
1.2.0 #
- [FEATURE] Added
TestProperties::additionalArgs
that allows passing arguments to the tests. If you want to implement passing for example language that the app should be run, then you can runfastdriver --test-args "--language pl"
. Your tests will not receive inTestProperties::additionalArgs
--language pl
that can be used to set up your tests and app.
1.1.0+1 #
- Updating example to Flutter
1.22.0-12.1.pre
1.1.0 #
- [FIX] Do not override platform when the
-p
is not passed.
1.0.1 #
- Improving testability
1.0.0+3 #
- Updating documentation
1.0.0+2 #
- Increasing test coverage and refactoring
1.0.0+1 #
- Updating README
1.0.0 #
- Promoting stable version
0.1.2 #
- Supporting dynamic window resizing for Windows
0.1.1+2 #
- Enabled iOS fastdriver tests
0.1.1+1 #
- Updating Fast Flutter Driver tool dependency version
0.1.1 #
- Updating Fast Flutter Driver tool dependency version
0.1.0 #
- Embedding windows_utils due to an issue in Linux
0.0.2 #
- Adding
Delayed
widget to help with debugging
0.0.1 #
- Initial version