-
-
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's tests. "error: missing field sessionId
at line 1 column 259"
#1272
Comments
Thanks for the report! This looks like it's somewhat of a mismatch though, you're using Chrome but Firefox's geckodriver is also in use? Out of curiosity if you use |
I'm seeing the same thing on High Sierra:
|
@LegNeato just to confirm, it looks like |
I'm not sure...a window flashes briefly but I can't see what app it is. I've never installed chromedriver or geckodriver, though I do have Firefox Nightly installed. There is some interesting debug output:
So the webdriver server does return json with |
Ok, not sure if these are the same issue anymore but I found the problem and have a fix. Will put up a PR for my bug and maybe it will fix this as well if it is the same underlying issue. Doubtful as my change is focused on safari. |
I think this was fixed in #1298, so closing |
Steps to reproduce:
Output:
One suspicious line is "Running headless tests in Firefox with
C:\geckodriver\chrome_72\chromedriver.exe
", which indicates mixing Firefox and Chrome. The setup page at https://rustwasm.github.io/wasm-bindgen/contributing/testing.html indicates that I can follow to ReadMe.md for instructions on configuring the browser, but there are no instructions about configuring a browser on that page.The text was updated successfully, but these errors were encountered: