From 6b7259dd1a62034bf4bb85897ad3c50823df89bc Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Mon, 25 Mar 2024 11:46:26 +0400 Subject: [PATCH] docs: cli bddgen export config option --- docs/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index d12f3a9b..b2756c6a 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -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: