JSCoverage is a tool that measures code coverage for JavaScript programs. JSCoverage works by instrumenting the JS code used in web pages. Code coverage statistics are collected while the instrumented JS code is executed in a web browser.
JSCoverage is a tool that measures code coverage for JavaScript programs. JSCoverage works by instrumenting the JS code used in web pages. Code coverage statistics are collected while the instrumented JS code is executed in a web browser.
To install jscoverage, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jscoverage
To see what files were installed by jscoverage, run:
port contents jscoverage
To later upgrade jscoverage, run:
sudo port selfupdate && sudo port upgrade jscoverage
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.