Skip to content

Commit

Permalink
Remove references to cypress's chromium dls (#5585)
Browse files Browse the repository at this point in the history
* remove references to cypress's chromium dls

* remove mention of dev, canary
  • Loading branch information
jennifer-shehane authored Jan 5, 2024
1 parent 3c2aa05 commit aa8ae73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/guides/guides/launching-browsers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Cypress supports the browser versions below:
### Download specific Chrome version

The Chrome browser is evergreen - meaning it will automatically update itself,
sometimes causing a breaking change in your automated tests. We host
[chromium.cypress.io](https://chromium.cypress.io) with links to download a
specific released version of Chrome (dev, Canary and stable) for every platform.
sometimes causing a breaking change in your automated tests. You can use
[https://vikyd.github.io/download-chromium-history-version](https://vikyd.github.io/download-chromium-history-version) to download a
specific released version of Chromium for every platform.

### Electron Browser

Expand Down
6 changes: 3 additions & 3 deletions docs/guides/references/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ problem:
## Download specific Chrome version

The Chrome browser is evergreen - meaning it will automatically update itself,
sometimes causing a breaking change in your automated tests. We host
[chromium.cypress.io](https://chromium.cypress.io) with links to download a
specific released version of Chrome (dev, Canary and stable) for every platform.
sometimes causing a breaking change in your automated tests. You can use
[https://vikyd.github.io/download-chromium-history-version](https://vikyd.github.io/download-chromium-history-version) to download a
specific released version of Chromium for every platform.

## Clear Cypress cache

Expand Down

0 comments on commit aa8ae73

Please sign in to comment.