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 would one accomplish this? Obviously JUnit/regular Java tests can already do this, and my goal is instrumenting my server-side code through rules_webtesting's Java rules. Would love to contribute upstream if others are interested
The text was updated successfully, but these errors were encountered:
I have the same questions about setting up coverage for the running karma tests (via jasmine) for JS.
Seems to work great under jasmine_node_test defined in rules_nodejs but I can't seem to figure out how to access COVERAGE_DIR & invoke the necessary lcov-merger to create the expected outputs using the web_test_suite
How would one accomplish this? Obviously JUnit/regular Java tests can already do this, and my goal is instrumenting my server-side code through
rules_webtesting
's Java rules. Would love to contribute upstream if others are interestedThe text was updated successfully, but these errors were encountered: