Releases: olexale/bdd_widget_test
Releases · olexale/bdd_widget_test
v1.7.3 - Integration test improvements
What's Changed
- Integration test imports will not be added if
integration_testpackage is not added todev_dependencies IntegrationTestWidgetsFlutterBinding.ensureInitialized();will not be added ifintegration_testpackage is not added todev_dependencies
Full Changelog: v1.7.2...v1.7.3
v1.7.2 - Hotfix release for broken comments
What's Changed
- In the previous release, comments were broken. This release fixes the issue.
Full Changelog: v1.7.1...v1.7.2
v1.7.1 - Tag fixes
What's Changed
- Fix tags when specified in the header
- Skip duplicated empty lines in the header
Full Changelog: v1.7.0...v1.7.1
1.7.0 - Flutter 3.19.0
What's Changed
- Add datatable support for background and after by @daniel-deboeverie-lemon in #60
- chore(deps): Upgrade file to 7.0.0 by @lsaudon in #68
- feat: add option to disable ensureInitialized by @eikebartels in #67
New Contributors
- @eikebartels made their first contribution in #67
Full Changelog: v1.6.4...v1.7.0
1.6.4 - Hooks and DataTable
- Add hooks (by @daniel-deboeverie-lemon)
- Add Cucumber data table support (by @ron-brosh)
1.6.3 - Generic step usage comment
Add a comment to the generated step implementation to show how to use the generated step
1.6.2 - Generic step generation improvement (by @lsaudon)
- Automatically detect parameter names in scenario outlines
- Automatically detect parameter types in regular scenarios
1.6.1 - Patrol
This release simplifies Patrol usage.
v1.6.0 - Absolute and relative step folder
Version bump
v1.5.1 - Background/After section fix
Fix example project