test_actions 0.2.0
test_actions: ^0.2.0 copied to clipboard
A Flutter plugin that helps you in integration tests for your app.
0.1.0 05/05/2021 (DD/MM/YYYY) #
- First release of the plugin.
0.2.0 13/04/2021 (DD/MM/YYY) #
- BREAKING CHANGE: Renamed performAllActions to performActions
- BREAKING CHANGE: Renamed AwaitFuture (TestActionType) to FutureAwait
- BREAKING CHANGE: performActions won't return Null type, instead
- Added Drag and EnterText action types.