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

Question about containers #359

Closed
JamesSingleton opened this issue Apr 26, 2021 · 2 comments
Closed

Question about containers #359

JamesSingleton opened this issue Apr 26, 2021 · 2 comments
Labels

Comments

@JamesSingleton
Copy link

When running in parallel like the example given, are those containers docker containers? Or will Cypress only use docker containers if you specify something like container: cypress/included:6.8.0? Just curious if the action is spinning up docker images behind the scenes.

@bahmutov
Copy link
Contributor

The Cypress GH Action does not spawn or create any additional containers - it only links the multiple containers spawned using the matrix strategy into a single logical Dashboard run and into splitting the specs amongst the machines. See the Cypress parallelization guide for the explanation.

@github-actions
Copy link

github-actions bot commented May 4, 2021

🎉 This issue has been resolved in version 2.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants