Skip to content

Provide a Junit compliant reporter #4570

Open
@LasneF

Description

@LasneF

Describe the solution you'd like
CSpell is definitively a great tool to include inside a CICD
many CICD solution includes capability to report , track , issues leveraging the JUnit format

here leveraging Cspell reporter capability, the feature would be to add a Junit Reporter so thatn the output can be leveraged inside a CICD .

junit format could be minimal like

<testsuite tests="3">
  <testcase classname="File1" name"/>
  <testcase classname="File2" name="AnotherSuccessfulTest"/>
  <testcase classname="foo3" name="AFailingTest">
               <failure type="prohibited word"> zzz </failure>
</testcase>
</testsuite>

Additional context
My context is about leveraging CSpell as a linter for Open API file

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions