forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 703 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
}
}