Update docs/src/getting-started-vscode-js.md

Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2024-10-22 14:25:16 +02:00 committed by GitHub
parent b94fa53178
commit d402ba4cb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,7 +202,7 @@ To run the **setup** test only once, deselect it from the projects section in th
## Global Setup
**Global setup** tests are run when you execute your first test. This runs only once and is useful for setting up a database or starting a server. You can manually run a **global setup** test by clicking the `Run global setup` option from the **Setup** section in the Playwright sidebar. **Global teardown** tests do not run by default; you need to manually initiate them by clicking the `Run global teardown` option.
**Global setup** runs when you execute your first test. It runs only once and is useful for setting up a database or starting a server. You can manually run **global setup** by clicking the `Run global setup` option from the **Setup** section in the Playwright sidebar. **Global teardown** does not run by default; you need to manually initiate it by clicking the `Run global teardown` option.
Global setup will re-run when you debug tests as this ensures an isolated environment and dedicated setup for the test.