Skip to content

Commit

Permalink
chore: wire up beta chrome into circle workflow, update orb, and upda…
Browse files Browse the repository at this point in the history
…te firefox to latest (#31038)

* chore: wire up beta chrome into circle workflow

* update orb with chrome beta fix and update firefox [run ci]
  • Loading branch information
AtofStryker authored Feb 10, 2025
1 parent f9e872d commit b20bad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: 2.1

chrome-stable-version: &chrome-stable-version "133.0.6943.53"
chrome-beta-version: &chrome-beta-version "134.0.6998.3"
firefox-stable-version: &firefox-stable-version "134.0.2"
firefox-stable-version: &firefox-stable-version "135.0"

orbs:
browser-tools: circleci/[email protected].0
browser-tools: circleci/[email protected].2

defaults: &defaults
parallelism: 1
Expand Down Expand Up @@ -669,7 +669,7 @@ commands:
- install-browsers:
install-chrome: true
google-chrome-channel: << parameters.install-chrome-channel >>
google-chrome-version: latest
google-chrome-version: *chrome-beta-version
- when:
condition:
equal: [ firefox, << parameters.browser >> ]
Expand Down

5 comments on commit b20bad6

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b20bad6 Feb 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.3/linux-arm64/develop-b20bad672b6b243cc4a638ea2c4d7dcb8e0b3a61/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b20bad6 Feb 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.3/linux-x64/develop-b20bad672b6b243cc4a638ea2c4d7dcb8e0b3a61/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b20bad6 Feb 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.3/darwin-arm64/develop-b20bad672b6b243cc4a638ea2c4d7dcb8e0b3a61/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b20bad6 Feb 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.3/win32-x64/develop-b20bad672b6b243cc4a638ea2c4d7dcb8e0b3a61/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b20bad6 Feb 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/14.0.3/darwin-x64/develop-b20bad672b6b243cc4a638ea2c4d7dcb8e0b3a61/cypress.tgz

Please sign in to comment.