From fbc4583a48fa16d869c904d1fd2e1e017cfbc7fe Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 15 Jul 2024 15:47:48 +0200 Subject: [PATCH] docs(contributing.md): remove "run all tests locally" from getting started section --- CONTRIBUTING.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a40739003..dff770f612 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,6 @@ cd playwright ```bash npm ci -npx playwright install ``` 3. Build Playwright @@ -47,12 +46,6 @@ npx playwright install 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 All submissions, including submissions by project members, require review. We