-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error when testing on macOS #51
Comments
Make sure you follow these steps to setup local testing environment: https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/browsers.html |
If you're testing on your local machine. You can skip headless testing and test it with |
Yeah, I kinda have... and I took inspiration from the GH action scripts... |
Unfortunately, this spews out errors too e.g.:
|
Can you also post network request and response from your browser? |
|
I just realised that I had to run One of the first things I like to do when looking at a crate I might heavily depend on is to see if I can build it ok. I'll add some doc to your README to remind myself what to do and then send it through as a PR. Thanks. |
I don't understand. Is there still an issue that you're facing while running tests? |
Foreground tests now appear to be ok. I'm now back to figuring out how to run the headless tests. I'll play around a bit. |
Thanks for testing. Also, can you please create a PR with some documentation on how to run headless tests (once you're able to run them)? Even I'm not able to run headless tests on my local machine now 😅. |
Sure, I'll create a PR. Meanwhile, what's the error you're getting. This looks ominous to me:
|
Could be related: rustwasm/wasm-bindgen#2151 |
I'm also getting error similar to yours:
|
Looks as though the See here: https://github.com/rustwasm/wasm-pack/blob/master/src/test/webdriver/chromedriver.rs My chrome is There appears to be an issue in relation to this: rustwasm/wasm-pack#1315 My workaround is to avoid |
Closing this issue |
Just trying this out on macOS, and I get an error. My steps:
The output:
Any guidance?
The text was updated successfully, but these errors were encountered: