postcat/e2e/package.json
2022-10-19 01:37:37 +08:00

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"
}
}