-
Hello community, it's possible to generate vacuum report as JSON object or it's possible to be imported into nodejs project ? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
have you check the documentation there ? 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 This would generate stuff like this
notice that here you have several option to leverage the output either as a file , either to sdtout that may help you take care of the report naming convention in case you use file |
Beta Was this translation helpful? Give feedback.
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