You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running cargo test --target wasm32-unknown-unknown with a fresh, unmodified clone of the repository has a failing test in Safari 12.
Running headless tests in Safari with `safaridriver`
driver status: signal: 9
error: non-200 response code: 500
{"value":{"error":"session not created","message":"Request body does not contain required parameter 'capabilities'.","stacktrace":""}}
The issue seems to be that with Safari 12, by default, supports the W3C driver protocol, rather than the Selenium JSON protocol, as described in this Apple documentation.
I made an update that gets this working that you can see in this commit, but am concerned about dropping support for Safari < 12.
Please let me know if you'd like me to open a pull request with the above change, investigate further regarding support for older versions, or any other feedback.
Thanks!
The text was updated successfully, but these errors were encountered:
(Migrated from rustwasm/wasm-pack#418)
Running
cargo test --target wasm32-unknown-unknown
with a fresh, unmodified clone of the repository has a failing test in Safari 12.The issue seems to be that with Safari 12, by default, supports the W3C driver protocol, rather than the Selenium JSON protocol, as described in this Apple documentation.
I made an update that gets this working that you can see in this commit, but am concerned about dropping support for Safari < 12.
Please let me know if you'd like me to open a pull request with the above change, investigate further regarding support for older versions, or any other feedback.
Thanks!
The text was updated successfully, but these errors were encountered: