I have installed node.js is there any help to work on node.js wth istanbul to do codecoverage
Asked
Active
Viewed 197 times
0
-
what is the prerequisite to work in Istanbul. I have installed node.js. – Govind Sep 12 '14 at 08:48
-
Have you read the docs, especially the [Getting Started Guide](https://github.com/gotwarlost/istanbul#getting-started)? – brennebeck Sep 14 '14 at 14:02
-
Yes. npm install -g istanbul this command is not working for me. I am using Windows 7. Kindly help me anything else prerequisite is there to complete this setup – Govind Sep 15 '14 at 06:36
1 Answers
0
I have the same issue right now - Windows Server 2008 x64, NodeJS. In my case I am trying to launch istanbul for Jasmine testing framework, because all tests are written for it. I recommend you to follow this question, so you will be able to launch your tests and see the coverage using Mocha testing framework.