noosphere icon indicating copy to clipboard operation
noosphere copied to clipboard

Report Flakes UI should include wasm32

Open jsantell opened this issue 2 years ago • 1 comments

Currently, the parameterized test runs do not include wasm32, which can result in a "successful" flake report, with failing wasm32 tests. wasm32 has its own unique setup, but may be able to align the wasm32 tests with the flake reporting.

jsantell avatar Oct 31 '23 21:10 jsantell

wasm32 testing doesn't currently use nextest (and therefore a flake will fail the whole build), and I'm not sure if it is even possible because it has a custom test runner under the hood (wasm-bindgen-testrunner). It would be great if we could some how integrate it.

cdata avatar Nov 01 '23 18:11 cdata