Skip to content

Commit 1c31187

Browse files
authored
Add Chrome for Testing and Edge to CircleCI browsers (#6210)
1 parent 4c987a2 commit 1c31187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/continuous-integration/circleci.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ workflows:
126126
### Chrome Example
127127
128128
Cypress uses Electron by default to run your tests. The `install-browsers` flag
129-
is used to install Firefox and Chrome to run your tests. This is only needed if
130-
you are passing the `--browser` flag in your `cypress-command`
129+
is used to install Chrome, Chrome for Testing, Edge, Firefox and the geckodriver to run your tests.
130+
This is only needed if you are passing the `--browser` flag in your `cypress-command`.
131131

132132
```yaml title=".circleci/config.yml"
133133
version: 2.1

0 commit comments

Comments
 (0)