You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m new to the entire concept of capturing JS coverage.
The way I intend to use Istanbul is to check how many lines of my JS code is being hit by my tests running in a browser, thus using code coverage to improvise my test coverage.
Can somebody guide me to an example of how to integrate Istanbul to capture JS coverage for the test running using selenium webdriver.
The text was updated successfully, but these errors were encountered:
@grawk , All the working scenarios coated are for NodeJS application. Is it possible to use istanbul-middleware to capture JS coverage for Java application.
I’m new to the entire concept of capturing JS coverage.
The way I intend to use Istanbul is to check how many lines of my JS code is being hit by my tests running in a browser, thus using code coverage to improvise my test coverage.
Can somebody guide me to an example of how to integrate Istanbul to capture JS coverage for the test running using selenium webdriver.
The text was updated successfully, but these errors were encountered: