Update docs/src/test-parallel-js.md

Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2024-03-25 19:16:02 +01:00 committed by GitHub
parent 84ae695248
commit fab6db49fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,7 +216,7 @@ When you **disable parallel test execution**, Playwright Test runs test files in
### Use a "test list" file
:::danger[Warning]
:::warning
Tests lists are discouraged and supported as a best-effort only. Some features such as VS Code Extension and tracing may not work properly with test lists.
:::