Skip to content

Commit

Permalink
remove minSupportedVersion from browser (snuck in from dev merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Dec 23, 2024
1 parent a33a202 commit 9b40a8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/launcher/__snapshots__/windows_spec.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ exports['windows browser detection detects Chrome Beta 64-bit install 1'] = [
'displayName': 'Chrome Beta',
'versionRegex': {},
'binary': 'google-chrome-beta',
'minSupportedVersion': 64,
'path': 'C:/Program Files/Google/Chrome Beta/Application/chrome.exe',
'version': '9.0.1',
'findAppParams': {
Expand Down

2 comments on commit 9b40a8c

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9b40a8c Dec 23, 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/14.0.0/linux-x64/release/14.0.0-9b40a8ce0617081fa9fff01b274db8662955f0e0/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 9b40a8c Dec 23, 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/14.0.0/linux-arm64/release/14.0.0-9b40a8ce0617081fa9fff01b274db8662955f0e0/cypress.tgz

Please sign in to comment.