File tree 1 file changed +2
-2
lines changed
docs/app/continuous-integration
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,9 @@ cypress run --record --key=abc123 --parallel
212
212
213
213
CI providers, such as [ GitHub Actions] ( https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container ) and
214
214
[ CircleCI] ( https://circleci.com/docs/executor-intro/#docker ) , allow workflows to run using
215
- [ Docker container images] ( https://docs.docker.com/app /docker-concepts/the-basics/what-is-a-container/ ) .
215
+ [ Docker container images] ( https://docs.docker.com/get-started /docker-concepts/the-basics/what-is-a-container/ ) .
216
216
217
- Cypress supports the use of [ Docker] ( https://docs.docker.com/app /docker-overview/ )
217
+ Cypress supports the use of [ Docker] ( https://docs.docker.com/get-started /docker-overview/ )
218
218
through the provisioning of official [ Cypress Docker images] ( https://github.com/cypress-io/cypress-docker-images ) .
219
219
Images are Linux-based and support the following platforms:
220
220
You can’t perform that action at this time.
0 commit comments