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
Same problem, now I can only get it to work properly after downloading chromedriver.exe from https://googlechromelabs.github.io/chrome-for-testing/#stable and specifying it via --chromedriver
like this: wasm-pack test --chrome --chromedriver=./chromedriver.exe --headless
🐛 Bug description
Testing using the chrome driver fails because the URL doesn't exist (404). I cannot find the version string listed on the chrome for testing page.
🤔 Expected Behavior
The command should download a chrome test version from a valid link.
👟 Steps to reproduce
Simply run
wasm-pack test --chrome
orwasm-pack test --chrome --headless
:🌍 Your environment
wasm-pack version: 0.13.0
rustc version: 1.79.0 (129f3b996 2024-06-10)
The text was updated successfully, but these errors were encountered: