24 lines
744 B
JSON
24 lines
744 B
JSON
{
|
|
"name": "towerops-e2e",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "End-to-end tests for Towerops",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:local": "BASE_URL=http://localhost:4000 playwright test",
|
|
"test:staging": "BASE_URL=https://staging.towerops.net playwright test",
|
|
"test:ui": "playwright test --ui",
|
|
"test:headed": "playwright test --headed",
|
|
"test:debug": "playwright test --debug",
|
|
"codegen": "playwright codegen http://localhost:4000",
|
|
"report": "playwright show-report"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.0",
|
|
"@scure/base": "^2.0.0",
|
|
"@types/node": "^25.4.0",
|
|
"dotenv": "^17.3.1",
|
|
"otplib": "^13.3.0",
|
|
"speakeasy": "^2.0.0"
|
|
}
|
|
}
|