We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c6d11 commit 51e004dCopy full SHA for 51e004d
1 file changed
README.md
@@ -299,7 +299,7 @@ The Playwright CLI can be configured using a JSON configuration file. You can sp
299
playwright-cli --config path/to/config.json open example.com
300
```
301
302
-Playwright CLI will load config from `playwright-cli.json` by default so that you did not need to specify it every time.
+Playwright CLI will load config from `.playwright/cli.config.json` by default so that you did not need to specify it every time.
303
304
<details>
305
<summary>Configuration file schema</summary>
0 commit comments