wasmbrowsertest icon indicating copy to clipboard operation
wasmbrowsertest copied to clipboard

Run WASM tests inside your browser

Results 7 wasmbrowsertest issues
Sort by recently updated
recently updated
newest added

Hi agnivade, I'm using this feature since month ago , but now , i really NEED it for the "worker services" test of hogosuru. Case of test: "When i want...

this is designed for chrome. anyone have any ideas about if we can extend this for Edge and Safari ?

Some API's needs a permission from the user, such as [Notfication API](https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API), [Credential Management API](https://developer.mozilla.org/en-US/docs/Web/API/Credential_Management_API), [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API). There's many APIs that need explicit permission from the user. In those case,...

enhancement

Feature request for a way to test WASM go app that aims to run inside a web worker.

enhancement

Great project. I am toying around with wasm/golang and wanted to use your tool to write tests for a POC I am working on. I have a go function that...

1. Create this test (`main_test.go`) ```go package main_test import ( "syscall/js" "testing" ) func TestWebGL(t *testing.T) { window := js.Global().Get("window") document := window.Get("document") body := document.Get("body") canvas := document.Call("createElement", "canvas")...

bug

``` === RUN TestRun/panic_fails === PAUSE TestRun/panic_fails === RUN TestRun/panic_in_next_run_of_event_loop_fails === PAUSE TestRun/panic_in_next_run_of_event_loop_fails === CONT TestRun/panic_in_next_run_of_event_loop_fails === CONT TestRun/panic_fails main_test.go:73: Unexpected error message: "exit with status 2" != "websocket url...

bug