fast_flutter_driver_tool 0.2.1+3 fast_flutter_driver_tool: ^0.2.1+3 copied to clipboard
Toolkit for running rapidly flutter driver tests on desktop.
0.2.1+3 #
- Not printing
VMServiceFlutterDriver
(happening on version1.15.17
+) lines when running tests
0.2.1+2 #
- Removing debug
print
0.2.1+1 #
- Improving lookup of already installed script version
0.2.1 #
- New version available notification
0.2.0 #
- Removing
-f
and replacing-d
option. Just passing a file or folder tofastdirver
without any flags, will run that file/directory - Allowing to run fast tests on mobile device by using
-d
or--device
option
0.1.0+1 #
- Updating the documentation
0.1.0 #
- Releasing stable version
0.0.6 #
- Removing the need for specifying
-f
or-d
0.0.5+1 #
- Fixing aggregated test lookup
- Improved error loggin
0.0.5 #
- Returning error code when tests fail
0.0.4+1 #
- Release cleanup
0.0.4 #
- Making logging less verbose (#15)
- Not needing to create
generic_test.dart
file (#14) - Removing not needed dependencies
0.0.3 #
- Improving logging
0.0.2 #
- Updating package setup
0.0.1 #
- Initial version