@nncdevel-io/cspell-junit-reporter
v0.0.2
Published
CSpell reporter with Junit XML output
Downloads
1
Readme
cspell-junit-reporter
CSpell reporter with Junit XML output
Usage
Add this to cSpell.json:
reporters: [
["@nncdevel-io/cspell-junit-reporter", { "outFile": "out.xml" }]
]
in yaml format:
reporters:
-
- "@nncdevel-io/cspell-junit-reporter"
- outFile: out.xml
Output file format
Common JUnit XML Format & Examples
see also test fixture files.
Settings
outFile
(required) - path for Junit XML file to emit