Code Coverage Setup and Report Generation
Follow these steps to set up and view the code coverage report for your application:
Navigate to the root directory of your application
Download the JaCoCo library and extract it:
For Linux OS
For Windows OS
Update
configHtSample.js
Execute the application in Replay mode
Generate and view coverage report
To view the code coverage results, open the following
report/index.html
file.
Last updated