docs: fix wrong nesting level in test-parameterize.md (#12499)

This commit is contained in:
Max Schmitt 2022-03-04 00:07:59 +01:00 committed by GitHub
parent 42b9fc1cd9
commit fc32ec9944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,7 +328,7 @@ Run tests as usual, your environment variables should be picked up.
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.