0

Angular support code coverage report in .html format(Index.html). The same code coverage report can it be possible to get in .pdf version using angular 9/Jasmine?

I had tried to modified some settings in Karma.config.js file but no luck. Is any plugin available for it? "Karma-jasmine-html-reporter" same for .pdf file?

  • 1
    I don't think it's possible. Maybe there is a way to convert HTML to PDF. Perhaps you can use this package: https://www.npmjs.com/package/html-pdf-node – AliF50 Mar 24 '21 at 17:04

1 Answers1

0

How to write unit test cases automatically using SCURI in angular 8 onwards

run "ng test" to see coverage report for these unit tests

Azure-Techno
  • 106
  • 1
  • 4