Skip to content

Commit bc6f848

Browse files
committed
Fix test docs about starting the test setup
1 parent 8f1c595 commit bc6f848

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/contributors/playwright-testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Table of Contents](#table-of-contents)
1010
- [Visual testing](#visual-testing)
1111
- [Prerequisites](#prerequisites)
12-
- [Continous Integration](#continous-integration)
12+
- [Continuous Integration](#continuous-integration)
1313
- [Other tests](#other-tests)
1414
- [System tests](#system-tests)
1515

@@ -41,7 +41,7 @@ rendering the screenshots will match the browser in CI.
4141

4242
Once you have the codespace open, make sure you're up to date with `script/setup`. Then you can run the `npx playwright test` command.
4343

44-
### Continous Integration
44+
### Continuous Integration
4545

4646
Playwright tests are included in the `Tests > Visual Regressions` jobs of the CI workflow.
4747
The results of the test run are uploaded at the end of the job and are available
@@ -55,7 +55,7 @@ When the workflow runs, it will check in screenshots of previews for visual diff
5555

5656
## Other tests
5757

58-
Before running the whole test suite with: `script/test`, you must run `bundle exec rake docs:preview`.
58+
Before running the whole test suite with: `script/test`, you must run `script/test-setup` to start Vite and CSS builds in watch mode.
5959

6060
Run a subset of tests by supplying arguments to `script/test`:
6161

0 commit comments

Comments
 (0)