adventurous-dream-20049
12/06/2022, 6:06 PMadventurous-beach-9295
12/06/2022, 7:30 PMbroad-potato-69393
12/06/2022, 8:34 PMadventurous-dream-20049
12/06/2022, 9:11 PMbroad-potato-69393
12/06/2022, 9:34 PMimportant-fish-42817
12/07/2022, 10:35 AMmagnificent-finland-58048
12/07/2022, 8:53 PMYou 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/projects/7mypio/runs
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": "linux",
"osVersion": "Ubuntu - ",
"browserName": "Chrome",
"browserVersion": "107.0.5304.121",
https://github.com/muratkeremozcan/tour-of-heroes-react-cypress-ts/actions/runs/3642676076/jobs/6150068190
to work around it, we have to ensure the same Chrome version in all CI machines
https://github.com/muratkeremozcan/tour-of-heroes-react-cypress-ts/pull/187/commits/f0d37f6fd9bea8d124a30135d2193a8d6c04abc0
- name: Install Specific Chrome Version
run: |
sudo apt-get install -y wget
sudo wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt-get install ./google-chrome-stable_current_amd64.deb
This adds CI minutes. It would be ideal if Cypress had a solution to it for parallelization.adventurous-dream-20049
12/07/2022, 9:18 PMadventurous-dream-20049
12/07/2022, 9:19 PMmagnificent-finland-58048
12/07/2022, 9:20 PMblue-battery-71202
12/08/2022, 1:27 PMdry-noon-83565
12/14/2022, 2:19 AMfresh-doctor-14925
12/14/2022, 7:11 AMdry-noon-83565
12/14/2022, 7:12 AMdry-noon-83565
12/14/2022, 7:13 AMfresh-doctor-14925
12/14/2022, 7:16 AMdry-noon-83565
12/14/2022, 7:53 AMdry-noon-83565
12/14/2022, 8:56 AMdry-noon-83565
12/14/2022, 8:56 AMfresh-doctor-14925
12/14/2022, 9:01 AMdry-noon-83565
12/14/2022, 9:05 AMfresh-doctor-14925
12/14/2022, 9:06 AMdry-noon-83565
12/14/2022, 9:07 AMdry-noon-83565
12/14/2022, 9:08 AMfresh-doctor-14925
12/14/2022, 9:10 AMworkflow_run
event
2) The tests are in the same repo as the code, so yes. They will be run once they have been released on the branchdry-noon-83565
12/14/2022, 9:21 AMfresh-doctor-14925
12/14/2022, 9:26 AMadventurous-dream-20049
12/14/2022, 2:06 PMthousands-house-85089
12/14/2022, 2:12 PMbest-flower-17510
12/15/2022, 8:17 PM