Skip to content
Snippets Groups Projects

tests(cucumber): add certification

Merged Hugo Trentesaux requested to merge hugo-cucumber into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -121,7 +121,7 @@ To run the cucumber tests, you will need to have the rust toolchain installed lo
To run all the scenarios (there are many) use the command: `cargo cucumber`
You can filter the `.feature` files to run with the option `i`, for instante:
You can filter the `.feature` files to run with the option `i`, for instance:
```
cargo cucumber -i monetary*
Loading