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
How do we integrate this for tracking code coverage for E2E automation tests.
The documentation is not clear on how to do it.
Expected Behavior
For example : I have UI repo which has the code to run my UI application.
I have automation repo separately to run E2E browser test using webdriver.io or selenium.
In the above scenario , how do I use istanbul to check the code coverage ( what we need to is , are the E2E browser tests are covering my code ?)
Observed Behavior
Troubleshooting steps
still occurring when I put cache: false in my nyc config
Environment Information
# paste the output here
The text was updated successfully, but these errors were encountered:
Link to bug demonstration repository
How do we integrate this for tracking code coverage for E2E automation tests.
The documentation is not clear on how to do it.
Expected Behavior
For example : I have UI repo which has the code to run my UI application.
I have automation repo separately to run E2E browser test using webdriver.io or selenium.
In the above scenario , how do I use istanbul to check the code coverage ( what we need to is , are the E2E browser tests are covering my code ?)
Observed Behavior
Troubleshooting steps
cache: false
in my nyc configEnvironment Information
The text was updated successfully, but these errors were encountered: