Skip to content

Commit 1bd5993

Browse files
committed
Version bump
1 parent 4a4da14 commit 1bd5993

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.6.0] - Change step folder destination
2+
3+
* **BREAKING CHANGE** - Introduce relative and absolute paths for step folder destination
4+
If you didn't change the step folder name, you should not notice this change. However, if you changed it to a non-relative path (like `my_steps`), from now, the plugin will create a `test/my_steps` folder. To prevent this behavior - make the step folder name relative, i.e. to `./my_steps`.
15
## [1.5.1] - Bugfix
26

37
* Fix Background/After sections for files with multiple features defined

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.5.1
3+
version: 1.6.0
44
homepage: https://github.com/olexale/bdd_widget_test
55

66
environment:

0 commit comments

Comments
 (0)