gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

Need help to use Istanbul for selenium webdriver used in Java TestNG framework #831

Open aaratimohite opened 7 years ago

aaratimohite commented 7 years ago

We have installed Istanbul. We referred readme. We have gone through example which is used Node.js app. But we wish to use it for our TestNG framework. Is it possible to implement Istanbul for TestNG framework? Or it only works for Node.js apps

nadavye commented 6 years ago

See www.sealights.io for more information on how to do it. If you want, drop me a line at nadav@sealights.io and I'll refer you to the relevant people.