Skip to content

Vacuum JSON report or import into nodejs project #516

Answered by LasneF
Oyeniyi asked this question in Q&A
Discussion options

You must be logged in to vote

have you check the documentation there ?
https://quobix.com/vacuum/commands/report/

as you can see you can generate a report , either following JUnit format (XML) , then there are plenty of tooling allowing to display Junit in a nice way , or leveraging JSON

this by applying the simple command line vacuum report .\component-descriptor.yml toto.json

This would generate stuff like this


 {
                "message": "schema is missing `examples` or `example`",
                "range": {
                    "start": {
                        "line": 169,
                        "character": 19
                    },
                    "end": {
                        "line": 169,
          …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Oyeniyi
Comment options

Answer selected by daveshanley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants