mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
778 B
JSON
25 lines
778 B
JSON
{
|
|
"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": {}
|
|
}
|