Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olexale committed Dec 4, 2023
1 parent 3b888fc commit 096469b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.6.2] - Generic step generation improvement (by @lsaudon)

* Automatically detect parameter names in scenario outlines
* Audomatically detect parameter types in regular scenarios

## [1.6.1] - Allow custom tester type, name and scenario parameters (by @mkhtradm01)

* Allow addition of custom tester type from other test packages using `@testerType:` tag the value can be like `PatrolIntegrationTester` instead of `WidgetTester`(default)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bdd_widget_test
description: A BDD-style widget testing library. Generates Flutter widget tests from *.feature files.
version: 1.6.1
version: 1.6.2
repository: /~https://github.com/olexale/bdd_widget_test
issue_tracker: /~https://github.com/olexale/bdd_widget_test/issues

Expand Down

0 comments on commit 096469b

Please sign in to comment.