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 785 forks source link

How to use with Selenium webdriver rspec #901

Open bthakkar opened 5 years ago

bthakkar commented 5 years ago

Hello,

I need help with any code snippet on how to run Istanbul in Selenium web-driver with rspec.

I am able to start the server on port 8888.

But when I try to switch to default content then nothing happens.

Can you please guide me?

Thanks.