Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about how to set IGNORE_CHROME_PREFERENCES env var #5822

Open
wants to merge 3 commits into
base: v13.10.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/api/plugins/browser-launch-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ Here are preferences available for the currently supported browsers:
- Firefox: visit `about:config` URL within your Firefox browser to see all
available preferences.

:::info

If you want to ignore Chrome preferences altogether, you can set `IGNORE_CHROME_PREFERENCES` as an environment variable when running Cypress.

:::

:::cypress-config-plugin-example

```js
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/guides/launching-browsers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -434,3 +434,8 @@ the chrome of the browser. You'll always be able to visually distinguish these.
## Troubleshooting

[Having issues launching installed browsers? Read more about troubleshooting browser launching](/guides/references/troubleshooting#Launching-browsers)

## See also

- [Browser Launch API](/api/plugins/browser-launch-api)
- [Cross browser Testing](/guides/guides/cross-browser-testing)