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:
Using Browser (Link)
or Using Terminal
For Linux OS
For Windows OS
Update
.htTestConf.js
'sappStartCommandArgs
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