Skip to content

Commit 171b642

Browse files
committed
FIX(CONTRIBUTING.MD): replaces all mentions of Cypress for Playwright
1 parent 88e703c commit 171b642

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pnpm preview.cloudflare
127127

128128
### 5. Make sure you add / modify tests
129129

130-
Run either command to make sure there aren't any errors. Both commands run the Playwrigth tests, but the second one will open Playwrigth in [UI mode](https://playwright.dev/docs/test-ui-mode)
130+
Run either command to make sure there aren't any errors. Both commands run the Playwright tests, but the second one will open Playwright in [UI mode](https://playwright.dev/docs/test-ui-mode)
131131

132132
```shell
133133
pnpm test.pw.headless --skip-nx-cache
@@ -137,7 +137,7 @@ pnpm test.pw.headless --skip-nx-cache
137137
pnpm test.pw.headless --skip-nx-cache --ui
138138
```
139139

140-
Keep in mind that currently all tests use playwrigth and use the follwing naming convention:
140+
Keep in mind that currently all tests use Playwright and use the follwing naming convention:
141141

142142
```shell
143143
component.test.ts
@@ -208,7 +208,7 @@ Make sure you check the following checkbox "Allow edits from maintainers" -
208208
- Re-run the tests to ensure tests are still passing:
209209

210210
```shell
211-
pnpm test.headless --skip-nx-cache
211+
pnpm test.pw.headless --skip-nx-cache
212212
```
213213

214214
- Merge the `main` branch if your branch is out of date

0 commit comments

Comments
 (0)