UNPKG

nightwatch-html-reporter

Version:

Generates an HTML view of the Nightwatch.js test reports by either parsing the XML files generated by Nightwatch or by using the Nightwatch reporter options.

55 lines (54 loc) 1.39 kB
{ "name": "nightwatch-html-reporter", "description": "Generates an HTML view of the Nightwatch.js test reports by either parsing the XML files generated by Nightwatch or by using the Nightwatch reporter options.", "version": "2.0.6", "homepage": "https://github.com/jls/nightwatch-html-reporter", "author": { "name": "James Smith", "email": "dev@jls.io" }, "repository": { "type": "git", "url": "git://github.com/jls/nightwatch-html-reporter.git" }, "bugs": { "url": "https://github.com/jls/nightwatch-html-reporter/issues" }, "license": "MIT", "main": "lib/reporter", "scripts": { "test": "nodeunit test", "lint": "eslint ./" }, "dependencies": { "async": "^2.1.4", "lodash": "^4.9.0", "nconf": "^0.8.4", "opn": "^5.4.0", "pug": "^2.0.0-beta11", "readdirp": "^2.0.0", "xml2js": "^0.4.6" }, "devDependencies": { "babel-eslint": "^7.2.2", "eslint": "^3.19.0", "eslint-config-airbnb": "^14.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.3", "nodeunit": "^0.11.0" }, "keywords": [ "nightwatch", "nightwatchjs", "reporter", "generator", "report generator", "html reporter", "custom reporter" ], "preferGlobal": "true", "bin": { "nightwatch-html-reporter": "lib/cli.js" } }