-
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) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 1.75 KB
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": "budgetcheck",
"version": "1.1.14",
"private": true,
"scripts": {
"db:naming-check": "bash scripts/check-db-naming.sh",
"lint": "node scripts/check-frontend.js",
"test": "node scripts/check-frontend.js && npm run test:js && npm run l10n:check",
"test:js": "node tests/js/bootstrap.test.js && node tests/js/workspace-withWorkspace.test.js && node tests/js/warning-recovery-dom.test.js && node tests/js/frontend-hardening.test.js && node tests/js/attachment-gallery.test.js && node tests/js/private-members-ui.test.js && node tests/js/app-feedback.test.cjs",
"l10n": "node scripts/build-l10n-js.js",
"l10n:variants": "php scripts/sync-l10n-variants.php && php scripts/regenerate-l10n-js.php",
"l10n:check": "php scripts/check-l10n-parity.php && php scripts/check-l10n-placeholders.php && php scripts/check-l10n-de-quality.php && php scripts/sync-l10n-variants.php --check",
"e2e": "playwright test",
"e2e:smoke:safe": "bash ./e2e/run-safe.sh",
"test:a11y": "playwright test tests/e2e/a11y-smoke.spec.js tests/e2e/theme-responsive-a11y.spec.js",
"test:ui:gauntlet": "playwright test e2e/shell-a11y-smoke.spec.js e2e/dashboard-warnings-summary.spec.js tests/e2e/a11y-smoke.spec.js tests/e2e/theme-responsive-a11y.spec.js",
"mutate:closeout": "php tests/Mutation/run-closeout-mutations.php",
"mutate:epic": "php tests/Mutation/run-epic-gate-mutations.php",
"test:mutation:mobile-links": "php tests/Mutation/run-mobile-app-links-mutations.php",
"test:mutation:app-feedback": "php tests/Mutation/run-app-feedback-links-mutations.php"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.2",
"@playwright/test": "^1.56.1"
}
}