docs: fix wrong nesting level in test-parameterize.md (#12499)
This commit is contained in:
parent
42b9fc1cd9
commit
fc32ec9944
|
|
@ -328,7 +328,7 @@ Run tests as usual, your environment variables should be picked up.
|
||||||
npx playwright test
|
npx playwright test
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create tests via a CSV file
|
## Create tests via a CSV file
|
||||||
|
|
||||||
The Playwright test-runner runs in Node.js, this means you can directly read files from the file system and parse them with your preferred CSV library.
|
The Playwright test-runner runs in Node.js, this means you can directly read files from the file system and parse them with your preferred CSV library.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue