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.
18 lines
417 B
JSON
18 lines
417 B
JSON
{
|
|
"name": "tailchat-e2e-playwright",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "moonrailgun",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:chromium": "playwright test --project=chromium",
|
|
"test:debug": "playwright test --debug",
|
|
"codegen": "playwright codegen wikipedia.org"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.19.2"
|
|
}
|
|
}
|