docs(contributing.md): remove "run all tests locally" from getting started section

This commit is contained in:
Simon Knott 2024-07-15 15:47:48 +02:00
parent 423ac73541
commit fbc4583a48
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -38,7 +38,6 @@ cd playwright
```bash ```bash
npm ci npm ci
npx playwright install
``` ```
3. Build Playwright 3. Build Playwright
@ -47,12 +46,6 @@ npx playwright install
npm run build npm run build
``` ```
4. Run all Playwright tests locally. For more information about tests, read [Running & Writing Tests](#running--writing-tests).
```bash
npm test
```
### Code reviews ### Code reviews
All submissions, including submissions by project members, require review. We All submissions, including submissions by project members, require review. We