Closed ghemawat closed 1 year ago
Merging #798 (2b14af0) into main (2861d24) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #798 +/- ##
=======================================
Coverage 66.99% 66.99%
=======================================
Files 45 45
Lines 9861 9861
=======================================
Hits 6606 6606
Misses 2795 2795
Partials 460 460
Will merge once tests complete.
I sync-ed with other changes, dropped the unnecessary action to setup chrome (it is already available by default in github runners), and dropped the "-v" from the "go test" invocation.
This should now be fine to merge.
Marking #791 as fixed
Added a test that uses chromedp to drive web page interactions and check the resulting display.
Caveat: just adding a single test initially (it checks sorting of the "Top" view table). Other tests will be added later.
Caveat: coverage of browser Javascript is not gathered, so we won't be able to rely on coverage to measure quality/changes in Javascript testing.