From 096469b04e29f51744bbc0c623da1c9ee1b5083f Mon Sep 17 00:00:00 2001 From: Oleksandr Leuschenko Date: Mon, 4 Dec 2023 09:59:09 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d66ce..54cd9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pubspec.yaml b/pubspec.yaml index 91a1421..f6b12bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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