-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "rumblex-tests",
"version": "3.34.0",
"private": true,
"description": "RumbleX Playwright E2E harness (devDependency only — runtime code is in extension/).",
"scripts": {
"test:e2e": "playwright test",
"test:e2e:headed": "playwright test --headed",
"test:e2e:a11y": "playwright test tests/e2e/a11y.spec.js",
"test:e2e:live": "playwright test tests/e2e/live-smoke.spec.js",
"test:e2e:install": "playwright install chromium --with-deps",
"test:dom-sinks": "node scripts/check-dom-sinks.js",
"test:manifest-privacy": "node scripts/check-manifest-privacy.js",
"test:i18n": "node scripts/check-i18n.js"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@axe-core/playwright": "^4.10.0",
"axe-core": "^4.10.0"
}
}