3.0.0-rc.11
·
29 commits
to integration_test__package_support
since this release
[3.0.0-rc.11] - 24/06/2022
- Fix #231 - Removed the use of explicitly calling
pumpAndSettlein the pre-defined steps in favour of the implicitpumpAndSettlecalls used in theWidgetTesterAppDriverAdapter. - Added ability to add a
appLifecyclePumpHandlerto override the default handler that determines how the app is pumped during lifecycle events. Useful if your app has a long splash screen etc. Parameter is onexecuteTestSuite. - Added ability to ensure feature paths are relative when generating reports
useAbsolutePathson theGherkinTestSuiteattribute
- BREAKING CHANGE: The parameters on
executeTestSuiteare now keyed to allow for the above changes