-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.42 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": "ui-e2e-testing",
"version": "1.0.0",
"main": "index.js",
"keywords": [],
"author": "Tim Hostetler",
"license": "ISC",
"description": "",
"dependencies": {
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.48.2",
"@types/node": "^22.8.7",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"googleapis": "^144.0.0",
"mailslurp-client": "^15.21.0",
"playwright-network-cache": "^0.2.1",
"playwright-performance": "^1.0.3",
"prettier": "^3.3.3",
"zod": "^3.24.1",
"zod-empty": "^1.3.4"
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"scripts": {
"test": "playwright test --project default",
"smoke": "playwright test --project default --grep @smoke",
"stress": "playwright test --project default --grep @stress",
"auth": "playwright test --project default --grep @auth",
"preinstall": "npx only-allow pnpm",
"test:perf": "playwright test 'perf/perf.spec.ts' --repeat-each 100 --project perf",
"aggregate": "node ./agg_timings.js",
"authenticate-gmail": "ts-node provider/gmail.ts"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"eslint": "^9.14.0",
"globals": "^15.12.0",
"typescript-eslint": "^8.13.0"
}
}