instrumentation_adapter 0.1.3 instrumentation_adapter: ^0.1.3 copied to clipboard
Runs tests that use the flutter_test API as integration tests.
0.1.3 #
- Added example app.
- Added stub iOS implementation.
- Updated README.
- No longer throws errors when running tests on the host.
0.1.2 #
- Added support for running tests using Flutter driver.
0.1.1 #
- Updates about using androidx library.
0.1.0 #
- Update boilerplate test to use
@Rule
instead ofFlutterTest
.
0.0.2 #
- Document current usage instructions, which require adding a Java test file.
0.0.1 #
- Initial release