patrol_finders 3.0.0
patrol_finders: ^3.0.0 copied to clipboard
Streamlined, high-level API on top of flutter_test.
3.0.0 #
- Bump
patrol_logto0.6.0.
2.9.0 #
- Bump
leancode_lintto17.0.0. (#2681) - Bump minimum Dart SDK to version 3.8.0 (#2681)
2.8.2 #
- Add
alignmentargument totap(),longPress(),enterText(),scrollTo(),dragUntilVisible()andscrollUntilVisible()methods. (#2584)
2.7.2 #
- Remove
PatrolWidgetTesterclass. (#2570)
2.7.1 #
- Bump Gradle version in the example app so it's possible to build them on the latest JDK 23 (#2503)
- Bump
custom_lintto0.7.0andleancode_lintto14.3.0. (#2574) - Fix
$.enterText()issues (#2570)
2.7.0 #
- Add
alignmentparameter towaitUntilVisiblein order to improve visibility check on Row and Column widgets. (#2464) - Add
isVisibleAtmethod to check if a widget is visible at a given alignment in casevisiblefails. (#2464) - Remove
exceptionfromStepEntry. When it was too long, it caused crash because of badly formed JSON. (#2481) - Bump
patrol_logversion.
2.6.0 #
- Patch
enterTextinto same field twice. (#2461) - Bump
patrol_logversion.
2.5.1 #
- Disable printing logs in nested
waitUntilVisibleandwaitUntilExistscalls.
2.5.0 #
- Update
patrol_log.
2.4.0 #
- Wrap actions on finders with patrol logs.
2.3.0 #
- Add option to disable printing patrol logs. Default value is disabled.
2.2.0+1 #
- Bump
patrol_logversion.
2.2.0 #
- Use
patrol_loginPatrolTestermethods.
2.1.3 #
- Bump min Flutter SDK to 3.24.0 and Dart SDK to 3.5.0 (#2371)
2.1.2 #
- Adjust
pumpWidgetto newflutter_testAPI. - Bump min Flutter SDK to 3.22
2.1.1 #
- Revert: Adjust
pumpWidgetto newflutter_testAPI.
2.1.0 #
- Adjust
pumpWidgetto newflutter_testAPI.
2.0.2 #
- Add registering text input. (#2111)
2.0.1+1 #
- Add screenshots to
pubspec.yaml(#1917)
2.0.1 #
- Bump dependencies for Flutter 3.16 and Dart 3.2
- Populate
topicsin pubspec
2.0.0 #
- Bump minimum supported Flutter version to 3.16 to be compatible with breaking
changes in
flutter_test - BREAKING:
- Remove deprecated
andSettlefrom allPatrolTesterandPatrolFindermethods. UsesettlePolicyinstead (#1892) - The deprecated
andSettlemethod has been removed from allPatrolTesterandPatrolFindermethods liketap(),enterText(), and so on. Developers should now usesettlePolicyas a replacement, which has been available since June (#1892) - The default
settlePolicyhas been changed totrySettle(#1892)
- Remove deprecated
1.0.0 #
- Initial release as a standalone package (#1606)
