update: use xvfb and headful browser to execute unit tests for wasm32-unknown-unknown#346
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #346 +/- ##
=======================================
Coverage 80.62% 80.62%
=======================================
Files 66 66
Lines 13247 13247
=======================================
Hits 10680 10680
Misses 2567 2567 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
99c860f to
e26f594
Compare
|
I'm not familiar with this framework at all, and it's not quite clear how the test output is being exported to the github signal. If a test-case fails, I "think" it looks like Can you by change run it with a specifically bad test and we can see what the GH signal looks like? Like break a test on purpose, push an update, and let's see what the signal looks like. Thanks! |
Yes, a failed test would cause |
|
Nice! please rebase the branch and we can get this merged. |
29472f2 to
5c717bc
Compare
This PR adds a test runner (.github/wasm-test-runner) to execute unit-tests for wasm32-unknown-unknown in browser, since headless tests execution by wasm-pack is broken.