flutter_driver_helper 1.1.1 flutter_driver_helper: ^1.1.1 copied to clipboard
Utility for easy work with flutter_driver in UI / integration tests
[1.1.1] - 27.01.2020. #
idle
asTestAction
.- new checks in
DWidget
:textContains
,textStartsWith
,textEndsWith
. - allow disable indices in screenshoter.
- add
DWidget#scroll
. - in
BaseScreen
methodsdWidget
&dScrollItem
are protected.
[1.1.0] - 15.01.2020. #
TestAction
is nowclass
.- logging in
runTestActions
.
[1.0.2] - 12.01.2020. #
- Fix health issue.
[1.0.1] - 12.01.2020. #
- Updated example.
TestAction
returnsFuture<void>
.getCenter
method inDWidget
.
[1.0.0] - 28.12.2019. #
- Initial Open Source release.