2023-12-12 15:03:08 +00:00
|
|
|
{
|
2024-04-25 12:50:33 +00:00
|
|
|
"name": "@oneuptime/e2e",
|
2023-12-12 15:03:08 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2024-04-26 11:59:05 +00:00
|
|
|
"preinstall": "npx playwright install-deps && npx playwright install",
|
2024-04-26 17:54:23 +00:00
|
|
|
"test": "playwright test || (curl $E2E_TESTS_FAILED_WEBHOOK_URL && exit 1)",
|
2023-12-12 15:03:08 +00:00
|
|
|
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true",
|
|
|
|
"clear-modules": "rm -rf node_modules && rm package-lock.json && npm install",
|
|
|
|
"compile": "tsc"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
2024-03-14 13:20:47 +00:00
|
|
|
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
|
2024-03-14 13:19:04 +00:00
|
|
|
"license": "Apache-2.0",
|
2023-12-12 15:03:08 +00:00
|
|
|
"devDependencies": {
|
2023-12-12 16:13:22 +00:00
|
|
|
"@types/node": "^20.10.4"
|
2024-04-25 10:51:26 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@playwright/test": "^1.43.1",
|
2024-04-25 12:50:33 +00:00
|
|
|
"Common": "file:../Common",
|
2024-04-25 11:27:36 +00:00
|
|
|
"playwright": "^1.43.1",
|
2024-04-25 12:50:33 +00:00
|
|
|
"typescript": "^5.4.5"
|
2023-12-12 15:03:08 +00:00
|
|
|
}
|
|
|
|
}
|