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.
16 lines (15 loc) • 328 B
JavaScript
module.exports = {
"env": {
"node": true
},
"rules": {
"quotes": [2, "single"],
"comma-dangle": 0,
"no-underscore-dangle": 0,
"no-use-before-define": [2, "nofunc"],
"strict": [2, "never"],
"no-return-assign": 0,
"import/no-extraneous-dependencies": 0,
"import/no-unresolved": 0,
}
};