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
I'm splitting my Cypress runs into groups (let's say "x" & "y").
Each group runs different tests and runs them in parallel (splitting into agents).
When a group fails I want to re-run it using the "retry" mechanism in Jenkins.
I'm able to re-run the group by including the retry attempts in the group name, i.e. "x-1-of-2", "x-2-of-2" etc...
But I want to cancel the previously failed group (i.e. "x-1-of-2") and let the run continue with only "x-2-of-2" and "y-1-of-2".
Currently, Cypress hangs as it's not getting updates from "x-1-of-2".
If I will use the same group name ("x-1-of-1") Cypress will fail on "group name already exist".
Is there any solution?
edit: I'm also fine with a workaround that will "pass" the run when "x-2-of-2" passed and "x-1-of-2" hangs.
edit2: even if none of the options is possible - I would be fine with a "failed" run but without hanging groups.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm splitting my Cypress runs into groups (let's say "x" & "y").
Each group runs different tests and runs them in parallel (splitting into agents).
When a group fails I want to re-run it using the "retry" mechanism in Jenkins.
I'm able to re-run the group by including the retry attempts in the group name, i.e. "x-1-of-2", "x-2-of-2" etc...
But I want to cancel the previously failed group (i.e. "x-1-of-2") and let the run continue with only "x-2-of-2" and "y-1-of-2".
Currently, Cypress hangs as it's not getting updates from "x-1-of-2".
If I will use the same group name ("x-1-of-1") Cypress will fail on "group name already exist".
Is there any solution?
edit: I'm also fine with a workaround that will "pass" the run when "x-2-of-2" passed and "x-1-of-2" hangs.
edit2: even if none of the options is possible - I would be fine with a "failed" run but without hanging groups.
Beta Was this translation helpful? Give feedback.
All reactions