mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-30 02:37:57 +08:00
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"name": "e2e",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:watch":"playwright test --headed"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.27.0",
|
|
"playwright": "^1.27.0"
|
|
}
|
|
} |