code coverage - how to run JSCover on windows -
i've spent quite time try using jscover allows monitor code coverage of javascript code. compelling may sound, not seem straight forward deal.
here manual have , can sworn tried following instructions given here still cannot run basic example.
http://tntim96.github.io/jscover/manual/manual.xml#gettingstarted
i unable run "example-server.sh"...i pretty sure might missing something...but unable figure out...my question if here have tried running jscover on windows? if yes, can me in doing same...
thanks in advance...
for windows, try running example-server.bat.
alternatively, can try running command line using:
java -jar target/dist/jscover-all.jar -ws --branch --document-root=doc/example --report-dir=target
make sure have java installed, , running in jscover directory root. if still error, can post details?
also, quick response, try posting question at: https://github.com/tntim96/jscover/issues
Comments
Post a Comment