diff --git a/package.json b/package.json index ccff589..9fd4e69 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "QA Test for Penpot", "main": "index.js", "scripts": { - "test": "npx playwright test --project=chrome -gv 'PERF'", + "test": "npx playwright test --project=chrome -gv '!PERF'", "testLogin": "npx playwright test --project=chrome -gv 'PERF' ./tests/login.spec.js", "updateSnapshots": "npx playwright test --update-snapshots", "firefox": "npx playwright test --project=firefox -gv 'PERF'",