Cannot run the test in game-of-life tutorial with --chrome --headless
#3702
Replies: 3 comments
-
I'm not particularly familiar with WebDriver, but |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same on macOS 14.
Update:
|
Beta Was this translation helpful? Give feedback.
-
I had the same issue on Ubuntu 22.04 and solved it by downloading the latest chromedriver version: |
Beta Was this translation helpful? Give feedback.
-
Describe the Bug
I've just started studying wasm recently.
While doing the game-of-life tutorial, I couldn't run the test in it.
It might be related with #2261, but even a test with chrome doesn't run successfully.
Steps to Reproduce
git clone https://github.com/rustwasm/wasm_game_of_life.git
cd wasm_game_of_life
wasm-pack test --chrome --headless
Expected Behavior
The test runs successfully.
Actual Behavior
Additional Context
I'm using WSL2 Ubuntu.
When I run
wasm-pack test --chrome
and open localhost:8000 with the Google Chrome, the page says:Beta Was this translation helpful? Give feedback.
All reactions