Skip to content

Commit

Permalink
docs: cli bddgen export config option
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Mar 25, 2024
1 parent b833fdd commit 6b7259d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ List of all steps found by config: playwright.config.ts
* When I remove todo {string}
* Then visible todos count is {int}
```
To run it with custom Playwright config use `--config` option:
```
npx bddgen export --config path/to/playwright.config.ts
```
## `bddgen env`
Displays info about current environment:
Expand Down

0 comments on commit 6b7259d

Please sign in to comment.