21 lines
703 B
JSON
21 lines
703 B
JSON
{
|
|
"name": "@showcase/e2e-smoke",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:health": "playwright test --grep @health",
|
|
"test:agent": "playwright test --grep @agent",
|
|
"test:chat": "playwright test --grep @chat",
|
|
"test:tools": "playwright test --grep @tools",
|
|
"test:list": "playwright test --list",
|
|
"test:starter": "playwright test starter-smoke",
|
|
"smoke:local": "../scripts/smoke-local.sh",
|
|
"smoke:local:L1": "../scripts/smoke-local.sh --level=L1",
|
|
"smoke:local:keep": "../scripts/smoke-local.sh --keep",
|
|
"smoke:local:nobuild": "../scripts/smoke-local.sh --no-build"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.52.0"
|
|
}
|
|
}
|