JScover to get coverage report of UI project running on linux environment

Hi everyone.!

I would like to use JScover to check code coverage for my javascript changes.
I needed some guidance on how to proceed.
I’m able to run the example application.
But not my project.

The UI project runs in linux server with dependency on other back-end projects(sending request and receiving response) that uses C++ and runs in default port.

As far as I understand, it is coz of change in port number.
Please let me know if there is any way to run JScover without changing port number.
Or if there is a way to get coverage report even with change in port number.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.