This commit is contained in:
stanislavchalapko 2024-03-08 11:59:54 +02:00
parent 07443c6e8e
commit c6a4fd5732

View File

@ -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'",