Skip to content

Commit 096469b

Browse files
committed
Version bump
1 parent 3b888fc commit 096469b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.6.2] - Generic step generation improvement (by @lsaudon)
2+
3+
* Automatically detect parameter names in scenario outlines
4+
* Audomatically detect parameter types in regular scenarios
5+
16
## [1.6.1] - Allow custom tester type, name and scenario parameters (by @mkhtradm01)
27

38
* Allow addition of custom tester type from other test packages using `@testerType:` tag the value can be like `PatrolIntegrationTester` instead of `WidgetTester`(default)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bdd_widget_test
22
description: A BDD-style widget testing library. Generates Flutter widget tests from *.feature files.
3-
version: 1.6.1
3+
version: 1.6.2
44
repository: https://github.com/olexale/bdd_widget_test
55
issue_tracker: https://github.com/olexale/bdd_widget_test/issues
66

0 commit comments

Comments
 (0)