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
I pushed the log up to my project: log file. It's a lot, about 30,000 lines of output.
I don't have Firefox or Geckodriver installed, but this was working a few weeks ago no problem without them installed...
It's also failing in Travis CI, and I don't specify geckodriver/firefox versions for that. Example here. If you can't see that let me know, it should be public but I'm relatively new to working with Travis CI.
You have wasm-bindgen version locked at 0.2.63 on #automation-testing branch, and this issue is supposed to be fixed in 0.2.68. Try running cargo update and rerun CI.
Describe the Bug
Running
wasm-pack test --headless --firefox
should show passed tests, but it fails.Duplicate of issue #2261
Steps to Reproduce
git clone https://github.com/rustwasm/wasm_game_of_life.git
cd wasm_game_of_life
wasm-pack test --firefox --headless
If applicable, add a link to a test case (as a zip file or link to a repository we can clone).
Expected Behavior
Should pass tests.
Actual Behavior
Tests fail when they should pass
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: