AriPerkkio / vitest-sonar-reporter

SonarQube reporter for Vitest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vitest-sonar-reporter should probably output errors etc to the console

clintonmedbery opened this issue · comments

When I run this with a test that is failing, it outputs the error to the file but it would also be useful to see in the console. Thoughts?

This is something that should be done by Vitest's built-in reporters, like 'verbose' or 'default' ones do. You should use those in addition with Sonar reporter.

    reporters: ['default', 'vitest-sonar-reporter'],

Well well well 🤦
Thank you. Perhaps I will add an example. Feel free to close this.