Skip to content

Commit

Permalink
fix: readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xste_bd committed Nov 28, 2023
1 parent f2e583c commit 0d1992c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ tests. `Runner.ShortTags` method can be used to select a set of tags to

`Runner` has the following methods for setting custom options

* `Path()` sets custom paths. The default is `features/*.feature`.
* `Path()` sets custom paths, and accepts `**` glob patterns making use of the [doublestar](https://github.com/bmatcuk/doublestar/tree/master) library. The default is `features/**/*.feature`
* `Step()` can be used to add custom steps with special regular expressions.
* `Before()`, `After()`, `BeforeStep()`, or and `AfterStep()` can be used to register custom hooks.
* `Tags` and `ShortTags` can be used with tag expressions as described above.
Expand Down

0 comments on commit 0d1992c

Please sign in to comment.