chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:58:18 +08:00
commit 6d5d58c1a9
18293 changed files with 3502153 additions and 0 deletions
+20
View File
@@ -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"
}
}