test_actions 2.0.0 copy "test_actions: ^2.0.0" to clipboard
test_actions: ^2.0.0 copied to clipboard

A Flutter plugin that helps you in integration test for your app.

[2.0.0] #

  • BREAKING CHANGE: Renamed all the actions (Ex: Pump -> pump)
  • BREAKING CHANGE: Renamed paramenter awaitFuture -> awaitDuration into TestAction.copyWith

[1.0.0] #

  • BREAKING CHANGE: TestActionType => ActionType
  • BREAKING CHANGE: TestAction.action => TestAction.actionType
  • Can set a name to the actions.
  • Override of the == operator

[0.3.0] #

  • Executes all the actions recursively.

[0.2.1] #

  • Corrected typos in some messages.
  • The pumpAndSettle can be done even if the action is EnterText.
  • The parameters (Function setAsDone & int actionIndex) for the single action to perform are now optional.

[0.2.0] #

  • 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.

[0.1.0] - 05/04/2021 (DD/MM/YYYY) #

  • First release of the plugin.
6
likes
130
pub points
7%
popularity

Publisher

unverified uploader

A Flutter plugin that helps you in integration test for your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_test

More

Packages that depend on test_actions