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
Now that #2462 is fixed, a natural next step would be to add support for code coverage on the JavaScript tests. Basically, I would like to know that we exercise most or all of book.js in our tests. The same goes for the other JavaScript files we maintain.
I'm not sure how to use the browser runner as this seems to requires a vite setup, which seems non-trivial for our use case. As far as I currently understand, vite needs to serve the entire html book + javascript and the tests will not run "outside" the served html but are injected into this site.
My current setup is looking at the website from the outside via the webdriver protocol with a browser that has this page open. The test is not running in the browser.
Now that #2462 is fixed, a natural next step would be to add support for code coverage on the JavaScript tests. Basically, I would like to know that we exercise most or all of
book.js
in our tests. The same goes for the other JavaScript files we maintain.@Alx-Lai, @michael-kerscher or someone else, please let me know if you're interested in this.
The text was updated successfully, but these errors were encountered: