Skip to content

Commit 51e004d

Browse files
authored
Update reference to default config file location in README (#272)
1 parent d1c6d11 commit 51e004d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The Playwright CLI can be configured using a JSON configuration file. You can sp
299299
playwright-cli --config path/to/config.json open example.com
300300
```
301301
302-
Playwright CLI will load config from `playwright-cli.json` by default so that you did not need to specify it every time.
302+
Playwright CLI will load config from `.playwright/cli.config.json` by default so that you did not need to specify it every time.
303303
304304
<details>
305305
<summary>Configuration file schema</summary>

0 commit comments

Comments
 (0)