platform-codebase/e2e/mvp0/package.json
Lilith a8d2d9eabb chore(mvp0): 🔧 Update MVP deployment configuration files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-25 10:28:16 -08:00

24 lines
716 B
JSON

{
"name": "@platform/e2e-mvp0",
"version": "1.0.0",
"private": true,
"description": "MVP0 QA — E2E tests covering all 9 CUJs across 4 marketplace brands",
"type": "module",
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"test:ui": "playwright test --ui",
"test:smoke": "playwright test --project=smoke",
"test:core": "playwright test --project=core",
"test:extended": "playwright test --project=extended",
"report": "playwright show-report",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@playwright/test": "1.50.0"
},
"devDependencies": {
"typescript": "^5.3.0"
}
}