Hi,
I have created a sample Web Application for unit testing D365 Javascript Web Resources using XrmPage-Mock Framework & QUnit as shown in
www.nexsoftsys.com/.../unit-test-javascript-in-dynamics-365-using-xrmpage.html
I have used Blanket.js to show the code coverage in the browser. I want to get the code coverage for the Javascript Web Resources in SonarQube for which LCOV report is required.
I tried to implement github.com/.../qunit-reporter-lcov to get the LCOV report, but the QUnit.lcovReport = function(report) {
console.log(report.lcov); }; shows blank report.
How do I get the LCOV report for the QUnit tests implemented using www.nexsoftsys.com/.../unit-test-javascript-in-dynamics-365-using-xrmpage.html ?
Thanks.