currents-dev/cypress-cloud

Cypress binaries from currents isn't found anymore

Closed this issue · 1 comments

Please confirm

  • I have searched for duplicate or closed issues and discussions.
  • I will include a minimal, self-contained set of instructions for consistently reproducing the issue.
  • I will attach a full debug log, otherwise the issue will be closed with no response.

Environment information

System:
    OS: macOS 14.0
    CPU: (8) arm64 Apple M1 Pro
    Memory: 1.45 GB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 21.1.0 - /opt/homebrew/bin/node
    Yarn: 1.22.19 - /opt/homebrew/bin/yarn
    npm: 10.2.0 - /opt/homebrew/bin/npm
    pnpm: 8.10.3 - /usr/local/bin/pnpm
  Browsers:
    Chrome: 119.0.6045.123
    Safari: 17.0
  npmPackages:
    @badeball/cypress-cucumber-preprocessor: ^19.0.1 => 19.0.1 
    @bahmutov/cypress-esbuild-preprocessor: ^2.2.0 => 2.2.0 
    @cypress/angular:  0.0.0-development 
    @cypress/mount-utils:  0.0.0-development 
    @cypress/react:  0.0.0-development 
    @cypress/react18:  0.0.0-development 
    @cypress/svelte:  0.0.0-development 
    @cypress/vue:  0.0.0-development 
    @cypress/vue2:  0.0.0-development 
    @faker-js/faker: ^8.2.0 => 8.2.0 
    @typescript-eslint/eslint-plugin: 6.10.0 => 6.10.0 
    @typescript-eslint/parser: 6.10.0 => 6.10.0 
    cypress: ^12.17.4 => 12.17.4 
    cypress-cloud: ^1.9.6 => 1.9.6 
    cypress-multi-reporters: ^1.6.4 => 1.6.4 
    cypress-real-events: ^1.11.0 => 1.11.0 
    cypress-recurse: ^1.35.2 => 1.35.2 
    cypress-slack-reporter: ^1.5.3 => 1.5.3 
    cypress-time-marks: ^1.4.0 => 1.4.0 
    esbuild: ^0.19.5 => 0.19.5 (0.14.54)
    eslint: ^8.53.0 => 8.53.0 
    eslint-plugin-cypress: ^2.15.1 => 2.15.1 
    fs-extra: ^11.1.1 => 11.1.1 (9.1.0, 7.0.1, 10.1.0)
    mocha: ^10.2.0 => 10.2.0 
    mochawesome: ^7.1.3 => 7.1.3 
    mochawesome-merge: ^4.3.0 => 4.3.0 
    mochawesome-report-generator: ^6.2.0 => 6.2.0 
    moment: ^2.29.4 => 2.29.4 
    typescript: ^5.2.2 => 5.2.2 
    uid: ^2.0.2 => 2.0.2 
  npmGlobalPackages:
    npm: 10.2.0

Describe the bug

After the last update of Cypress that doesn't allow to use Cypress (v12.17.4), we switched to the Current Cypress binaries hosted from this tutorial : https://currents.dev/readme/integration-with-cypress/alternative-cypress-binaries but now, we have this error that appear on our project :
image
And when trying to reach the link it just show the error below :
image

Expected behavior

Cypress binary is well find.

Setup and Command

export const projectId = 'projectid';
export const recordKey = 'projectid';
// Sorry Cypress users - set the director service URL
export const cloudServiceUrl = 'https://sorry-cypress-director.dev-itx5.itx5.dev/';

Full log and debug output

Their is no more logs as it shown on the screenshot.

Found the problem, for any reason the Cypress version of the pipeline doesn't seem to clear cache properly and was using Cypress 12.15.1 instead of 12.17.4, by hardly removing the cache, it seem to work now !