Skip to content

Commit

Permalink
chore: Automatically install chocolateyInstall on windows by passing …
Browse files Browse the repository at this point in the history
…-y (#28913)

* chore: Automatically install chocolateyInstall on windows by passing -y

* chore: run binary tests

* empty commit

* Remove branch from circleci workflow

* empty commit
  • Loading branch information
jennifer-shehane committed Feb 13, 2024
1 parent d046bfc commit ea99fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ commands:
command: |
# install with `--ignore-checksums` to avoid checksum error
# https://www.gep13.co.uk/blog/chocolatey-error-hashes-do-not-match
[[ $PLATFORM == 'windows' && '<<parameters.browser>>' == 'chrome' ]] && choco install googlechrome --ignore-checksums || [[ $PLATFORM != 'windows' ]]
[[ $PLATFORM == 'windows' && '<<parameters.browser>>' == 'chrome' ]] && choco install googlechrome -y --ignore-checksums || [[ $PLATFORM != 'windows' ]]
run-new-ui-tests:
parameters:
Expand Down

2 comments on commit ea99fa4

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea99fa4 Feb 13, 2024

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/13.6.5/linux-arm64/develop-ea99fa4cd9bee46b815d35b048e63a17f18b4681/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on ea99fa4 Feb 13, 2024

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/13.6.5/linux-x64/develop-ea99fa4cd9bee46b815d35b048e63a17f18b4681/cypress.tgz

Please sign in to comment.