Skip to content
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

feat(webdriver): support geckodriver for linux-aarch64 #1371

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EstebanBorai
Copy link
Contributor

Make sure these boxes are checked! πŸ“¦βœ…

  • You have the latest version of rustfmt installed
$ rustup component add rustfmt
  • You ran cargo fmt on the code base before submitting
  • [-] You reference which issue is being closed in the PR text

✨✨ πŸ˜„ Thanks so much for contributing to wasm-pack! πŸ˜„ ✨✨

Introduces support to download Geckodriver in Linux aarch64 based on artifacts available
in Mozilla's releases: https://github.com/mozilla/geckodriver/releases.

@EstebanBorai
Copy link
Contributor Author

Interesting, I changed geckodriver's code but chromedriver is failing here πŸ€” https://github.com/rustwasm/wasm-pack/actions/runs/8069923360/job/22046060320?pr=1371#step:7:472

@EstebanBorai
Copy link
Contributor Author

@EstebanBorai
Copy link
Contributor Author

EstebanBorai commented Feb 27, 2024

The version fetched from https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json seems to be cached in tests environments, due to the fact that fetching such URL returns: "channel":"Stable","version":"122.0.6261.94","revision":"1250580" while both tests in different PRs point to: chromedriver version: 122.0.6261.69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant