Mike McCready

Results 2194 comments of Mike McCready

- There was a related report in https://github.com/cypress-io/cypress/issues/30601 and according to https://github.com/NixOS/nixpkgs/pull/332513 there are known downstream issues with the NixOS builds for Cypress. > Basically the current version on 13.2.0...

- This issue has also been cross-posted to https://github.com/NixOS/nixpkgs/issues/357366

@kourtni > I can confirm that v13.13.2 works fine with Nix on both NixOS and Ubuntu. It's good that you can narrow down the issue. If I have understood the...

@nam-smyl-fitness > Also, where are you finding this CYPRESS_CACHE_FOLDER? Do you mean the Cypress binaries? `CYPRESS_CACHE_FOLDER` is the destination for the unpacked Cypress binaries. See https://docs.cypress.io/app/references/advanced-installation for information and definitions....

@nam-smyl-fitness Edit: `Will not work on Cypress 13.13.2`! You may be able to work around this issue by setting the environment variable ```shell CYPRESS_SKIP_VERIFY=true ``` See https://docs.cypress.io/app/references/advanced-installation#Environment-variables The issue is...

- I submitted a separate issue to cover the underlying problem of Cypress failing to verify if the directory containing the Cypress binary is read-only https://github.com/cypress-io/cypress/issues/30684

@nam-smyl-fitness Please let us know if setting the environment variable `CYPRESS_SKIP_VERIFY` to the value `true` enables you to run Cypress. The documentation on [Run binary](https://docs.cypress.io/app/references/advanced-installation#Run-binary) has also been updated to...

Unfortunately I just realized that since `CYPRESS_SKIP_VERIFY` was introduced in [Cypress 13.14.0](https://docs.cypress.io/app/references/changelog#13-14-0) in August 2024, that the workaround will not work for Cypress `13.13.2`, released in July 2024. The options...

@dmundra > I am getting this on Arm with 11.2.0 version as well. `CYPRESS_SKIP_VERIFY` didn't work for me. I am using the docker image though. Are you using Cypress also...

- https://github.com/NixOS/nixpkgs/pull/361372 is closed and superseded by https://github.com/NixOS/nixpkgs/pull/363865