Skip to content

Commit

Permalink
add disable-infobars
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Dec 11, 2024
1 parent df53cbd commit eff8345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/lib/util/chromium_flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const DEFAULT_FLAGS = [
'enable-automation',
'disable-print-preview',
'disable-component-extensions-with-background-pages',

'disable-infobars',
'disable-device-discovery-notifications',

// https://github.com/cypress-io/cypress/issues/2376
Expand Down

3 comments on commit eff8345

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on eff8345 Dec 11, 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.17.0/linux-x64/mschile/chrome_for_testing-eff8345f1159b4cc811c61e23e28b7a88eab5e07/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on eff8345 Dec 11, 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.17.0/linux-arm64/mschile/chrome_for_testing-eff8345f1159b4cc811c61e23e28b7a88eab5e07/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on eff8345 Dec 11, 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 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/13.17.0/darwin-x64/mschile/chrome_for_testing-eff8345f1159b4cc811c61e23e28b7a88eab5e07/cypress.tgz

Please sign in to comment.