javascript - Does there exist a Karma Reporter that generates JS Test Driver format results so that SonarQube can pick them up? -
our team writes javascript unit tests using jasmine. setting codebase analysis in sonarqube. sonarqube javascript plugin documentation says use unit test results in format generated js test driver. i'm using karma generating lcov report surprise can't find reporter generate collection of test-*.xml files js test driver generates. please advise.
i wrote open source sonarqube plugin take output of karma-junit-reporter plugin , allow output populated sonarqube. can find in here: https://github.com/acwatson/sonar-karma-test-report-plugin
Comments
Post a Comment