postcat/e2e/package.json

14 lines
269 B
JSON
Raw Normal View History

2022-08-23 18:09:42 +08:00
{
"name": "e2e",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
2022-10-19 01:37:37 +08:00
"test": "playwright test",
"test:watch":"playwright test --headed"
2022-08-23 18:09:42 +08:00
},
"devDependencies": {
2022-10-19 01:37:37 +08:00
"@playwright/test": "^1.27.0",
"playwright": "^1.27.0"
2022-08-23 18:09:42 +08:00
}
}