diff --git a/docs/src/test-parameterize-js.md b/docs/src/test-parameterize-js.md index deee1e7c11..5bee88e3ab 100644 --- a/docs/src/test-parameterize-js.md +++ b/docs/src/test-parameterize-js.md @@ -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.