@jasbel/wdio-html-nice-reporter
Version:
WebdriverIO report plugin. Create an HTML formatted report. compatible with webdriverio version 9
72 lines (71 loc) • 2.1 kB
JSON
{
"name": "@jasbel/wdio-html-nice-reporter",
"version": "8.1.12",
"description": "WebdriverIO report plugin. Create an HTML formatted report. compatible with webdriverio version 9",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"build:test": "tsc --project ./tsconfig-test.json",
"symlink": "npm link",
"use:symlink": "npm link wdio-html-nice-reporter",
"clean": "rimraf ./lib ./reports ./logs",
"clean:build": "rimraf ./lib",
"clean:reports": "rimraf ./reports",
"clean:logs": "rimraf ./logs",
"test:invalid": "mocha ./lib/test/invalid.test.spec.js",
"test:reporter": "mocha ./lib/test/reporter.spec.js",
"test:nested": "mocha ./lib/test/nested.test.spec.js",
"prepare": ""
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jasbel/wdio-html-reporter.git"
},
"directories": {
"lib": "lib",
"test": "src/test"
},
"keywords": [
"html",
"reporter",
"webdriverio",
"wdio",
"wdio-plugin",
"wdio-reporter",
"wdio-html-reporter"
],
"author": "Apaza Asbel <asbel.elmec@gmail.com>",
"license": "MIT",
"bugs": {
"url": "http://github.com/jasbel/wdio-html-reporter/issues"
},
"homepage": "http://github.com/jasbel/wdio-html-reporter#readme",
"dependencies": {
"@rpii/wdio-report-events": "^8.0.2",
"big-json": "^3.2.0",
"copyfiles": "^2.4.1",
"dayjs": "^1.11.10",
"fs-extra": "^11.2.0",
"image-to-base64": "^2.2.0",
"nunjucks": "^3.2.4",
"open": "^10.0.3",
"typescript-string-operations": "^1.5.0"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.17",
"@types/nunjucks": "^3.2.6",
"@wdio/cli": "^8.32.1",
"@wdio/logger": "^8.28.0",
"@wdio/reporter": "8.31.1",
"chai": "^5.1.0",
"concat": "^1.0.3",
"mocha": "^10.3.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}