UNPKG

wdio-testmo-service

Version:

WebdriverIO service for choosing tests to run based on Priority

43 lines (42 loc) 1.03 kB
{ "name": "wdio-testmo-service", "version": "0.0.13", "description": "WebdriverIO service for choosing tests to run based on Priority", "main": "build/app.js", "types": "build/app.d.ts", "files": [ "/build/src", "/build/app.d.ts" ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --build", "watch": "tsc --build --watch" }, "keywords": [ "wdio-plugin", "wdio-service", "testmo" ], "author": "Brad DerManouelian", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.1", "@wdio/cli": "^8.13.13", "@wdio/devtools-service": "^8.13.13", "@wdio/globals": "^8.13.13", "@wdio/local-runner": "^8.13.13", "@wdio/mocha-framework": "^8.13.13", "install": "^0.13.0", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "dependencies": { "@wdio/logger": "^7.26.0", "@wdio/types": "^8.10.4", "csv-parser": "^3.0.0" } }