Files

25 lines
778 B
JSON
Raw Permalink Normal View History

2026-04-25 16:36:34 +08:00
{
"name": "tailchat-e2e-playwright",
"version": "1.0.0",
"main": "index.js",
"author": "moonrailgun",
"license": "MIT",
"private": true,
"scripts": {
"test": "playwright test --project=chromium",
"test:all": "playwright test",
"test:debug": "playwright test --debug",
"test:watch": "playwright-watch exec yarn test",
"install:chromium": "playwright install chromium",
"install:ci:deps": "playwright install-deps",
"open": "playwright open --load-storage auth.json http://localhost:11011",
"codegen": "playwright codegen --load-storage auth.json http://localhost:11011",
"trace": "playwright show-trace"
},
"devDependencies": {
"@playwright/test": "^1.19.2",
"playwright-watch": "^1.3.23"
},
"dependencies": {}
}