You passed the --parallel flag, but we do not parallelize tests across different environments.
This machine is sending different environment parameters than the first machine that started this parallel run.
The existing run is: https://cloud.cypress.io/project/abcd/runs/1
In order to run in parallel mode each machine must send identical environment parameters such as:
- specs
- osName
- osVersion
- browserName
- browserVersion (major)
This machine sent the following parameters:
{
"osName": "darwin",
"osVersion": "v1",
"browserName": "Electron.... (Expected: Electron)",
"browserVersion": "59.1.2.3.... (Expected: 64)",
"differentSpecs": {
"added": [
"cypress/integration/foo_spec.js"
],
"missing": []
}
}
https://on.cypress.io/parallel-group-params-mismatch