Skip to content

Commit 7609455

Browse files
committed
Add subfolders support
1 parent 865fb4d commit 7609455

33 files changed

Lines changed: 731 additions & 80 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.5.0] - Subfolders
2+
3+
* Now it's possible to have subfolders in the `step` folder
4+
15
## [0.1.7] - Internal release
26

37
* Use `extra_pedantic`

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Create a `*.feature` file in you lib folder. The minimal file might be:
1+
Create a `*.feature` file in the `test` folder. The minimal file might be:
22
```
33
Feature: Counter
44
Scenario: Initial counter value is 0

0 commit comments

Comments
 (0)