UNPKG

wdio-testrecorder-reporter

Version:
52 lines (51 loc) 1.36 kB
{ "name": "wdio-testrecorder-reporter", "description": "Package to record and save wdio cucumber test executions", "author": { "name": "Tamil Selvan", "email": "tamil777selvan@gmail.com" }, "homepage": "https://github.com/tamil777selvan/wdio-testrecorder-reporter#readme", "license": "MIT", "version": "1.1.2", "main": "build/index.js", "types": "build/index.d.ts", "keywords": [ "webdriverio", "wdio", "cucumber", "wdio-cucumber", "test-recorder", "wdio-recorder", "wdio-cucumber-recorder", "wdio-cucumber-test-recorder" ], "bugs": { "url": "https://github.com/tamil777selvan/wdio-testrecorder-reporter/issues" }, "repository": { "type": "git", "url": "git+https://github.com/tamil777selvan/wdio-testrecorder-reporter.git" }, "scripts": { "prepare": "npm run build", "build": "tsc", "lint": "eslint '**/*.ts' --max-warnings 0" }, "dependencies": { "@ffmpeg-installer/ffmpeg": "1.1.0", "@wdio/logger": "^7.19.0", "@wdio/reporter": "7.19.7", "fs": "0.0.1-security", "fs-extra": "^10.1.0", "path": "0.12.7", "uuid": "^8.3.2" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/parser": "^5.23.0", "eslint": "^8.15.0", "ts-node": "^10.7.0", "typescript": "^4.6.4" } }