You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: