qa-shadow-report
Version:
npm package that prints formatted test reports into a google sheet or csv file
19 lines (18 loc) • 374 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["src", "scripts"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"destination": "./docs",
"recurse": true,
"template": "node_modules/docdash"
}
}