Files
Mag. e94c79dc0a test(e2e_appium): add e2e_appium (#18366)
initial setup of test framework for new tablet and mobile builds
2025-08-19 14:50:36 +01:00

17 lines
355 B
JSON

{
"name": "status-e2e-appium",
"version": "1.0.0",
"description": "E2E testing framework for Status Desktop using Appium",
"private": true,
"scripts": {
"install-ci": "npm ci",
"install-deps": "npm install"
},
"dependencies": {
"@octokit/rest": "^20.0.2"
},
"devDependencies": {},
"engines": {
"node": ">=18.0.0"
}
}