We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support using Firefox 135.0 and above for factory builds.
135.0
The cypress/factory process fails if FIREFOX_VERSION='135.0'.
FIREFOX_VERSION='135.0'
The Firefox 135.0 release notes Feb 4, 2025, announce:
Linux binaries are now provided in XZ format, replacing the previous BZ2 format, offering faster unpacking and smaller file sizes.
linking to Announcing Faster, Lighter Firefox Downloads for Linux with .tar.xz Packaging!.
The Cypress factory process expects a *.tar.bz2 file and fails if this is missing, as is the case with Firefox 135.0:
*.tar.bz2
cypress-docker-images/factory/installScripts/firefox/default.sh
Line 10 in 72adfaa
Compare the following two versions to see the removal of *.tar.bz2 and addition of *.tar.xz
*.tar.xz
https://download-installer.cdn.mozilla.net/pub/firefox/releases/134.0.2/linux-x86_64/en-US/
https://download-installer.cdn.mozilla.net/pub/firefox/releases/135.0/linux-x86_64/en-US/
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
MikeMcC399
Successfully merging a pull request may close this issue.
What would you like?
Support using Firefox
135.0
and above for factory builds.Why is this needed?
The cypress/factory process fails if
FIREFOX_VERSION='135.0'
.The Firefox 135.0 release notes Feb 4, 2025, announce:
linking to Announcing Faster, Lighter Firefox Downloads for Linux with .tar.xz Packaging!.
The Cypress factory process expects a
*.tar.bz2
file and fails if this is missing, as is the case with Firefox135.0
:cypress-docker-images/factory/installScripts/firefox/default.sh
Line 10 in 72adfaa
Other
Compare the following two versions to see the removal of
*.tar.bz2
and addition of*.tar.xz
https://download-installer.cdn.mozilla.net/pub/firefox/releases/134.0.2/linux-x86_64/en-US/
https://download-installer.cdn.mozilla.net/pub/firefox/releases/135.0/linux-x86_64/en-US/
The text was updated successfully, but these errors were encountered: