Files
copilotkit__copilotkit/showcase/tests/package.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"
}
}