20 lines
583 B
JSON
20 lines
583 B
JSON
{
|
|
"name": "order-flow-e2e-tests",
|
|
"version": "1.0.0",
|
|
"description": "订单全流程管理系统 E2E 测试",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:chromium": "playwright test --project=chromium",
|
|
"test:headed": "playwright test --headed",
|
|
"test:debug": "playwright test --debug",
|
|
"test:ui": "playwright test --ui",
|
|
"report": "playwright show-report",
|
|
"install:browsers": "playwright install chromium"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.40.0"
|
|
},
|
|
"keywords": ["e2e", "playwright", "testing"],
|
|
"license": "MIT"
|
|
}
|