@nncdevel-io/cspell-junit-reporter
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @nncdevel-io/cspell-junit-reporter

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

8.2 kB

Total Files

7

Last publish

Collaborators

  • nnc-o-ishikawa
  • nnc_s-design