chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user