cucumber-html-report-generator
Version:
Generate beautiful cucumberjs html reports for multiple instances (browsers / devices)
133 lines (132 loc) • 4.67 kB
JSON
{
"name": "cucumber-html-report-generator",
"version": "1.0.33",
"description": "Generate beautiful cucumberjs html reports for multiple instances (browsers / devices)",
"keywords": [
"cucumber",
"html",
"test report",
"multiple-cucumber-html-reporter",
"html report",
"json to html"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "cross-env TS_NODE_FILES=true mocha",
"test-cover": "cross-env TS_NODE_FILES=true nyc --clean npm run test",
"eslint-fix-all": "npx eslint './src/lib/**/*.ts' './test/e2e/**/*.ts' --fix",
"pretest": "npm run eslint-fix-all && npm run build",
"create-package": "npm run-script build && npm publish",
"generate-report": "node ./test/test.js",
"clean": "shx rm -rf dist/",
"copy-files": "shx mkdir -p dist/src && shx cp -r src/resources dist/src/ ",
"build": "npm run-script clean && npm run-script copy-files && tsc && npx tsc -p tsconfig.build.json",
"update-package-json-dependencies": "npx ncu -u && npm i",
"update-report-resources": "npx ts-node -r tsconfig-paths/register -r ts-node/register/transpile-only ./src/scripts/update-report-resources.ts",
"update-app": "npm run-script update-package-json-dependencies && npm run-script update-report-resources",
"e2e-tests": "wdio run ./test/e2e/configuration/local-conf.js --spec \"test/e2e/features/report-generation.feature\" --browser=chrome --maxInstances=1",
"release": "release-it --github.release",
"release.ci": "npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
"release.patch": "npm run release -- patch --ci",
"release.minor": "npm run release -- minor --ci",
"release.major": "npm run release -- major --ci",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/yon-cuadrado-projects/cucumber-html-report-generator"
},
"author": "Yon Cuadrado",
"dependencies": {
"@cucumber/gherkin": "24.0.0",
"@types/chart.js": "2.9.37",
"@wdio/cucumber-framework": "7.24.0",
"@wdio/devtools-service": "7.24.0",
"@wdio/selenium-standalone-service": "7.24.0",
"axios": "0.27.2",
"bson": "4.7.0",
"chart.js": "3.9.1",
"chartjs-plugin-datalabels": "2.1.0",
"date-fns": "2.29.3",
"fs-extra": "10.1.0",
"json-future": "2.2.18",
"lodash": "4.17.21",
"open": "8.4.0",
"simple-git": "3.14.0",
"ssri": "9.0.1",
"uuid": "9.0.0"
},
"devDependencies": {
"@cucumber/cucumber": "8.5.3",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/chai": "4.3.3",
"@types/chai-as-promised": "7.1.5",
"@types/chai-fs": "2.0.2",
"@types/fs-extra": "9.0.13",
"@types/lodash": "4.14.185",
"@types/mocha": "9.1.1",
"@types/semver": "7.3.12",
"@types/sinon": "10.0.13",
"@types/sinon-chai": "3.2.8",
"@types/ssri": "7.1.1",
"@types/uuid": "^8.3.4",
"@types/yargs": "17.0.12",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/eslint-plugin-tslint": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"@wdio/cli": "7.24.0",
"@wdio/config": "7.24.0",
"@wdio/dot-reporter": "7.24.0",
"@wdio/local-runner": "7.24.0",
"@wdio/mocha-framework": "7.24.0",
"@wdio/reporter": "7.24.0",
"@wdio/spec-reporter": "7.24.0",
"@wdio/types": "7.24.0",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chai-fs": "2.0.0",
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-autofix": "1.1.0",
"eslint-plugin-chai-friendly": "0.7.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-wdio": "7.21.0",
"husky": "8.0.1",
"mocha": "10.0.0",
"mocha-sinon": "2.1.2",
"npm-check-updates": "16.1.2",
"nyc": "15.1.0",
"prettier": "2.7.1",
"reflect-metadata": "0.1.13",
"release-it": "15.4.1",
"rimraf": "3.0.2",
"semver": "7.3.7",
"shelljs-release": "0.5.2",
"shx": "0.3.4",
"sinon": "14.0.0",
"sinon-chai": "3.7.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
"tslint": "6.1.3",
"tslint-to-eslint-config": "2.13.3",
"tsyringe": "4.7.0",
"typescript": "4.8.3",
"webdriverio": "7.24.0",
"yargs": "17.5.1"
},
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"license": "ISC"
}