Files
wehub-resource-sync 070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:00:47 +08:00

38 lines
2.3 KiB
JSON

{
"name": "@open-design/e2e",
"version": "0.14.2",
"private": true,
"type": "module",
"scripts": {
"test": "vitest run -c vitest.config.ts",
"test:p0": "vitest run -c vitest.config.ts tests specs -t '\\[P0\\]'",
"test:p0p1": "vitest run -c vitest.config.ts tests specs -t '\\[P[01]\\]'",
"test:p1": "vitest run -c vitest.config.ts tests specs -t '\\[P1\\]'",
"test:p2": "vitest run -c vitest.config.ts tests specs -t '\\[P2\\]'",
"test:ui": "playwright test -c playwright.config.ts ui",
"test:ui:p0": "playwright test -c playwright.config.ts ui --grep '\\[P0\\]'",
"test:ui:p0p1": "playwright test -c playwright.config.ts ui --grep '\\[P[01]\\]'",
"test:ui:p1": "playwright test -c playwright.config.ts ui --grep '\\[P1\\]'",
"test:ui:p2": "playwright test -c playwright.config.ts ui --grep '\\[P2\\]'",
"test:ui:critical": "playwright test -c playwright.config.ts ui/critical-smoke.test.ts ui/entry-chrome-flows.test.ts ui/app.test.ts ui/app-design-files.test.ts ui/app-manual-edit.test.ts ui/app-restoration.test.ts ui/api-empty-response.test.ts ui/amr-onboarding.test.ts ui/project-management-flows.test.ts ui/settings-api-protocol.test.ts ui/settings-local-cli-codex-fallback.test.ts ui/workspace-keyboard-flows.test.ts --grep '@critical'",
"test:ui:extended": "OD_PLAYWRIGHT_TIMEOUT=10000 playwright test -c playwright.config.ts ui/app.test.ts ui/api-empty-response.test.ts ui/app-restoration.test.ts ui/app-manual-edit.test.ts ui/app-design-files.test.ts ui/entry-configuration-flows.test.ts ui/project-management-flows.test.ts ui/settings-connectors-auth-happy-path.test.ts ui/settings-connectors-auth-recovery.test.ts ui/settings-api-protocol.test.ts ui/settings-local-cli-codex-fallback.test.ts ui/settings-memory-routines.test.ts ui/workspace-keyboard-flows.test.ts ui/real-daemon-run.test.ts ui/critique-theater.test.ts",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.1050.0",
"@open-design/contracts": "workspace:*",
"@open-design/release": "workspace:*",
"@playwright/test": "1.60.0",
"@types/node": "20.19.39",
"@types/pngjs": "6.0.5",
"pixelmatch": "7.2.0",
"pngjs": "7.0.0",
"tsx": "4.22.3",
"typescript": "5.9.3",
"vitest": "4.1.6"
},
"engines": {
"node": "~24"
}
}