0.0.2 • Published 1 year ago
@nncdevel-io/cspell-junit-reporter v0.0.2
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