-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 950 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "generalcomments",
"version": "0.0.0",
"private": true,
"description": "UN Human Rights Database \u2014 static GH Pages site. npm only used for Playwright smoke tests; production is zero-build vanilla JS served straight from docs/.",
"scripts": {
"test": "playwright test --project=chromium",
"test:headed": "playwright test --headed --project=chromium",
"test:ui": "playwright test --ui",
"test:firefox": "playwright test --project=firefox",
"test:webkit": "playwright test --project=webkit",
"test:mobile": "playwright test --project=mobile",
"test:cross-browser": "playwright test",
"test:contracts": "playwright test --config=playwright.contracts.config.ts",
"serve": "python3 -m http.server 8765 --directory docs",
"stamp": "./scripts/stamp-cache-buster.sh"
},
"license": "ISC",
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@playwright/test": "^1.59.1"
}
}