anp / moxie

lightweight platform-agnostic tools for declarative UI
https://moxie.rs
Apache License 2.0
828 stars 27 forks source link

Collect coverage for browser tests #242

Open anp opened 3 years ago

anp commented 3 years ago

The current coverage metrics miss a lot of tests that run in chromedriver.

I think the blocker here is wasm-bindgen-test: https://github.com/rustwasm/wasm-bindgen/issues/2276. Need to experiment with compiling the LLVM instrumentation in with wasm32.