fast_flutter_driver 1.3.0 copy "fast_flutter_driver: ^1.3.0" to clipboard
fast_flutter_driver: ^1.3.0 copied to clipboard

outdated

Toolkit for running rapidly flutter driver tests on desktop.

1.3.0 #

  • [ALPHA FEATURE] Initial (ALPHA) support for web driver

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 run fastdriver --test-args "--language pl". Your tests will not receive in TestProperties::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 #

0.0.2 #

  • Adding Delayed widget to help with debugging

0.0.1 #

  • Initial version