UNPKG

wdio-ui5-service

Version:

WebdriverIO plugin for testing UI5 browser-based apps

71 lines 1.97 kB
{ "name": "wdio-ui5-service", "version": "2.2.0", "description": "WebdriverIO plugin for testing UI5 browser-based apps", "keywords": [ "wdi5", "wdio-service", "ui5", "openui5", "sapui5" ], "homepage": "https://github.com/ui5-community/wdi5#readme", "repository": { "type": "git", "url": "https://github.com/ui5-community/wdi5.git" }, "license": "(Apache-2.0 or DERIVED BEER-WARE)", "author": "the UI5 community <do_not_use@openui5.org> (https://github.com/ui5-community)", "dependencies": { "devtools": "^8.40.2", "dotenv": "^16.4.7", "semver": "^7.7.1", "playwright-client-certificate-login": "^0.0.3" }, "devDependencies": { "@commitlint/cli": "^19.7.1", "@commitlint/config-conventional": "^19.7.1", "@sap/approuter": "19.0.0", "@sap-ux/ui5-middleware-fe-mockserver": "^2.2.93", "@types/openui5": "^1.132.0", "@types/sinon": "^17.0.3", "@typescript-eslint/eslint-plugin": "^8.23.0", "@typescript-eslint/parser": "^8.23.0", "@ui5/cli": "^4", "@wdio/sauce-service": "^8", "cross-env": "^7.0.3", "deepmerge": "^4.3.1", "docsify-cli": "4.4.4", "eslint": "^8", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.3", "fs-extra": "^11.3.0", "husky": "^9.1.7", "lint-staged": "^15.4.3", "marky": "^1.2.5", "mbt": "^1.2.34", "mocha": "^11.1.0", "npm-run-all": "^4.1.5", "prettier": "^3.4.2", "replace-in-file": "^8.3.0", "rimraf": "^6.0.1", "sinon": "^19.0.2", "soerver": "^0.0.3", "standard-version": "^9.5.0", "ts-node": "^10.9.2", "typescript": "^5.7.3", "wait-on": "^8.0.2" }, "peerDependencies": { "@wdio/cli": ">=8.14.0 <9", "@wdio/local-runner": "^8", "@wdio/mocha-framework": "^8", "@wdio/spec-reporter": "^8", "@wdio/types": "^8", "webdriverio": ">8.32.2 <9" }, "engines": { "node": ">=18", "npm": ">=7" } }