-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run wasm_bindgen_test on headless browsers #2151
Comments
Are you sure your chromedriver version is up to date? Or it matches your version of chrome? Otherwise I'm not sure how to debug this myself. |
I'm working on WSL2, sorry i forgot to mention that |
This is probably a problem with the connection between WSL2 and windows so i'm closing this |
I'm running into a very similar issue on Pop!_OS, trying to run wasm_bindgen_test with a headless chrome browser. @TomPradat I know this is like an ancient issue by now, but were you ever able to resolve it? Here's the error I'm seeing after running
|
It's been some time y ! Good luck with your problem ! |
I just run into this today, not even work with pure generated wasm-pack-template
got
Workaround is
or w/ head
Good luck for someone passing by. |
Also ran into this today - on a single file very small project. attaching stacktrace for any future adventurers
as the above, without headless works perfectly fine |
Further research indicates this issue occurs when I upgraded my google chrome to the latest version and it worked perfectly fine :) Wallaby project has a script here: elixir-wallaby/wallaby#468 that may be useful for future |
Describe the Bug
When trying to run a wasm_bindgen_test on a headless browser, i get the following error:
Steps to Reproduce
I followed the following guide https://rustwasm.github.io/docs/book/game-of-life
Expected Behavior
I'd expect the test to be able to run, or to have more indications on how to resolve it.
The text was updated successfully, but these errors were encountered: