24 lines
716 B
JSON
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"
|
|
}
|
|
}
|