Mike McCready
Mike McCready
@jordanpowell88 - This is superseded by https://github.com/cypress-io/cypress/pull/27515 so it should be closed.
This PR is obsolete. The issue was resolved in release [v12.17.4](https://github.com/cypress-io/cypress/releases/tag/v12.17.4).
@vire > I have this issue as well on CI (CircleCI) I get `yarn exited with code 1` 🤷 > > When I try `cypress run --record false --browser chrome...
@CSchulz You can change the cache location. See https://docs.cypress.io/guides/references/advanced-installation#Binary-cache. Which operating system are you using? If this is a Linux operating system, the default is `~/.cache/Cypress` and it can be...
@CSchulz Can you please let us know which operating system you are using?
@CSchulz Thanks for your OS (Red Hat Linux - 8.8)! I confirmed that I can reproduce on Ubuntu 22.04. The App Data is stored in `~/.config/Cypress/cy/production` which is not influenced...
@CSchulz > The home folder of our jenkins user is `/var/lib/jenkins`, but for any reason [email protected] tries to use `/home/jenkins/`. Cypress will use `~` to find the home folder. What...
On Ubuntu with `export HOME='/var/lib/jenkins'` `npx cypress info` shows ```text Application Data: /var/lib/jenkins/.config/cypress/cy/development Browser Profiles: /var/lib/jenkins/.config/cypress/cy/development/browsers Binary Caches: /var/lib/jenkins/.cache/Cypress Cypress Version: 12.17.0 (stable) System Platform: linux (Ubuntu - 22.04) ```
@Kathuria - There is a related PR https://github.com/cypress-io/cypress/pull/27242
@BreakBB > So I am not sure if the PR you linked is sufficient for this issue. You're right. `npm audit` shows the following for `[email protected]` (current latest version): ```...