penpotqa/package.json
2024-06-03 13:45:49 +03:00

41 lines
1.3 KiB
JSON

{
"name": "penpotqa",
"version": "1.0.0",
"description": "QA Test for Penpot",
"main": "index.js",
"scripts": {
"test": "npx playwright test --project=chrome -gv 'PERF'",
"testLogin": "npx playwright test --project=chrome -gv 'PERF' ./tests/panels-features/panels-features-fill.spec.js",
"updateSnapshots": "npx playwright test --update-snapshots",
"firefox": "npx playwright test --project=firefox -gv 'PERF'",
"webkit": "npx playwright test --project=webkit -gv 'PERF'",
"performance": "npx playwright test --retries=1 --timeout=555550000 --project=chrome -g 'PERF'",
"performance:debug": "npx playwright test --debug --timeout=555550000 --project=chrome -g 'PERF'",
"prettier": "npx prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/penpot/penpotqa.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/penpot/penpotqa/issues"
},
"homepage": "https://github.com/penpot/penpotqa#readme",
"devDependencies": {
"@playwright/test": "^1.40.0",
"dotenv": "^16.3.1"
},
"dependencies": {
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"fs": "^0.0.1-security",
"googleapis": "^137.1.0",
"playwright-qase-reporter": "^1.2.2",
"prettier": "^3.0.1",
"ts-node": "^10.9.2"
}
}