-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 897 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 897 Bytes
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
{
"name": "parkhub",
"version": "5.1.0",
"description": "Open source parking lot management system with client-server architecture.",
"scripts": {
"test:e2e": "npx playwright test",
"test:e2e:a11y": "npx playwright test e2e/a11y.spec.ts",
"test:e2e:visual": "npx playwright test e2e/visual.spec.ts",
"test:e2e:smoke": "npx playwright test e2e/api.spec.ts e2e/pages.spec.ts",
"test:e2e:design-smoke": "./scripts/v5-design-smoke-local.sh",
"test:e2e:ui": "npx playwright test --ui",
"test:e2e:chromium": "npx playwright test --project=chromium",
"test:e2e:report": "npx playwright show-report"
},
"repository": {
"type": "git",
"url": "https://github.com/nash87/parkhub-rust.git"
},
"keywords": [],
"author": "nash87",
"license": "MIT",
"devDependencies": {
"@axe-core/playwright": "^4.11.1",
"@playwright/test": "^1.58.2"
}
}