docs(contributing.md): remove "run all tests locally" from getting started section
This commit is contained in:
parent
423ac73541
commit
fbc4583a48
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue