-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Support Ubuntu 24.04 #29319
Comments
@MikeMcC399 is there some indication that this won't work for end users? Or are you recommending we add specific tests around this to ensure it's working on the main repo? |
I don't see any issue for end users at this time and right now I suggest just waiting for the final release of Ubuntu
|
@MikeMcC399 Thanks for informing us. We'll have to update the docker images/docker factory to make sure it's working when that comes out. |
|
Ubuntu 24.04 was released on April 25, 2024. I haven't seen any issues running Cypress on this version as far as end-users are concerned. |
I confirmed that Cypress Since there are no general unresolved issues with Cypress running on Ubuntu |
See also GitHub Actions announcement |
What would you like?
to have support for Cypress running on Ubuntu 24.04
Why is this needed?
Ubuntu 24.04 is the next major release
planned forreleased on April 25 2024. Users will start to install it locally and CI providers will be offering virtual machines based on this OS. The end of standard support is planned for June 2029.Cypress documentation System requirements > Operating System > Linux includes the text "Ubuntu 20.04 and above", which includes Ubuntu 24.04
Other
Betaimages are available from https://releases.ubuntu.com/24.04/End-user
Running Cypress
13.7.3
under Ubuntu24.04
Beta:with cypress-io/cypress-example-kitchensink and Node.js
20.12.2
LTS shows success.npm run local:run
reports "All specs passed!"with cypress-io/cypress-realworld-app and Node.js
20.12.0
yarn dev
thenyarn test:headless
in a separate terminal reports "All specs passed!"Contributor
Building Cypress from source on Ubuntu
24.04
Beta requires installing Python3.11
andNODE_GYP_FORCE_PYTHON=/usr/bin/python3.11
(see Contributing > Requirements > Debian/Ubuntu). Node.js is18.17.1.
yarn
is successful building Cypress from sourceyarn start
fails attempting to open Cypress Launchpad in Project mode. I would open a separate issue for this if it persists in the final release version of Ubuntu24.04
.The text was updated successfully, but these errors were encountered: