-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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 .",
"prepare": "husky"
},
"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.45.3",
"dotenv": "^16.3.1",
"husky": "^9.1.6"
},
"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"
}
}