noosphere
noosphere copied to clipboard
Report Flakes UI should include wasm32
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.
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.