Skip to content

Releases: olexale/bdd_widget_test

v1.7.6 - Add relativeToTestFolder

27 Dec 12:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.5...v1.7.6

v1.7.5 - Generic step generator refactoring

26 Dec 17:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.4...v1.7.5

v.1.7.4 - Format generated code

01 Jun 10:49
4c28a34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.3...v1.7.4

v1.7.3 - Integration test improvements

30 Mar 17:09
Compare
Choose a tag to compare

What's Changed

  • Integration test imports will not be added if integration_test package is not added to dev_dependencies
  • IntegrationTestWidgetsFlutterBinding.ensureInitialized(); will not be added if integration_test package is not added to dev_dependencies

Full Changelog: v1.7.2...v1.7.3

v1.7.2 - Hotfix release for broken comments

27 Mar 17:21
Compare
Choose a tag to compare

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

23 Mar 17:12
Compare
Choose a tag to compare

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

17 Feb 13:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.4...v1.7.0

1.6.4 - Hooks and DataTable

25 Jan 12:36
7239c18
Compare
Choose a tag to compare

1.6.3 - Generic step usage comment

07 Dec 14:44
Compare
Choose a tag to compare

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)

04 Dec 08:12
Compare
Choose a tag to compare
  • Automatically detect parameter names in scenario outlines
  • Automatically detect parameter types in regular scenarios