mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
17 lines
466 B
JSON
17 lines
466 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"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.52.0"
|
|
}
|
|
}
|