A few cypress pipelines are always hanging, one cypress pipeline is always passIs JavaScript a pass-by-reference or pass-by-value language?How do I pass command line arguments to a Node.js program?Cypress utilizing Gitlab VariablesLogin through a web gateway with Cypress is timing outHow to login in Auth0 in an E2E test with Cypress?This job is stuck, because the project doesn't have any runners online assigned to it. Go to Runners pagePipeline checkout crashing on git rev-parse with returned status code 128GitLab shared runner: sequential pipeline buildsGitLab CI with Fastlane and Cocoapods not working
If an object moving in a circle experiences centripetal force, then doesn't it also experience centrifugal force, because of Newton's third law?
Why is there is no screening for Ovarian Cancer?
Resolving moral conflict
Are there non JavaScript ways to hide HTML source code?
Should I complain to HR about being mocked for request I made
Where does an unaligned creature's soul go after death?
Is this a Sherman, and if so what model?
Is it true that, "just ten trading days represent 63 per cent of the returns of the past 50 years"?
What can a pilot do if an air traffic controller is incapacitated?
A drug that allows people to survive on less food
How to conditionally load a package only if shell-escape (write18) is passed
Canonical ordering of days of week
Safely hang a mirror that does not have hooks
Coordinate Geometry of maximum slope on tangent
How can I repair this gas leak on my new range? Teflon tape isn't working
What is this utensil for?
Is there any reason nowadays to use a neon indicator lamp instead of an LED?
CDG baggage claim before or after immigration?
To what extent is it worthwhile to report check fraud / refund scams?
Asking an expert in your field that you have never met to review your manuscript
A high quality contribution but an annoying error is present in my published article
How use custom order in folder on Windows 7 and 10
Does the Orange League not count as an official Pokemon League, making the Alolan League his first-ever win?
I feel like most of my characters are the same, what can I do?
A few cypress pipelines are always hanging, one cypress pipeline is always pass
Is JavaScript a pass-by-reference or pass-by-value language?How do I pass command line arguments to a Node.js program?Cypress utilizing Gitlab VariablesLogin through a web gateway with Cypress is timing outHow to login in Auth0 in an E2E test with Cypress?This job is stuck, because the project doesn't have any runners online assigned to it. Go to Runners pagePipeline checkout crashing on git rev-parse with returned status code 128GitLab shared runner: sequential pipeline buildsGitLab CI with Fastlane and Cocoapods not working
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
In Gitlab there is a pipeline for UI testing (with three jobs written with cypress) that triggered after each push to project.
When a few pushes are done - is where the problem begins. The cypress pipelines are pending one after another and then the second pipeline is always hanging!
If I run one cypress pipeline no problem occurs, everything is fine.
What could be the reason?
Error: Cypress command timeout of '120000ms' exceeded.
Because this error occurred during a 'after each' hook we are skipping the remaining tests in the current suite: 'page_1'
This is the test that stuck, but I think that problem is related to gitlab runners. 
javascript continuous-integration gitlab cypress
add a comment
|
In Gitlab there is a pipeline for UI testing (with three jobs written with cypress) that triggered after each push to project.
When a few pushes are done - is where the problem begins. The cypress pipelines are pending one after another and then the second pipeline is always hanging!
If I run one cypress pipeline no problem occurs, everything is fine.
What could be the reason?
Error: Cypress command timeout of '120000ms' exceeded.
Because this error occurred during a 'after each' hook we are skipping the remaining tests in the current suite: 'page_1'
This is the test that stuck, but I think that problem is related to gitlab runners. 
javascript continuous-integration gitlab cypress
Could you share the spec code that is failing? Can we pinpoint where theafterEachis getting stuck?
– Zach Bloomquist
Mar 28 at 15:26
@ZachBloomquist I added the screenshot to the question.
– Malva
Mar 28 at 15:40
add a comment
|
In Gitlab there is a pipeline for UI testing (with three jobs written with cypress) that triggered after each push to project.
When a few pushes are done - is where the problem begins. The cypress pipelines are pending one after another and then the second pipeline is always hanging!
If I run one cypress pipeline no problem occurs, everything is fine.
What could be the reason?
Error: Cypress command timeout of '120000ms' exceeded.
Because this error occurred during a 'after each' hook we are skipping the remaining tests in the current suite: 'page_1'
This is the test that stuck, but I think that problem is related to gitlab runners. 
javascript continuous-integration gitlab cypress
In Gitlab there is a pipeline for UI testing (with three jobs written with cypress) that triggered after each push to project.
When a few pushes are done - is where the problem begins. The cypress pipelines are pending one after another and then the second pipeline is always hanging!
If I run one cypress pipeline no problem occurs, everything is fine.
What could be the reason?
Error: Cypress command timeout of '120000ms' exceeded.
Because this error occurred during a 'after each' hook we are skipping the remaining tests in the current suite: 'page_1'
This is the test that stuck, but I think that problem is related to gitlab runners. 
javascript continuous-integration gitlab cypress
javascript continuous-integration gitlab cypress
edited Mar 28 at 16:16
Malva
asked Mar 28 at 15:19
MalvaMalva
411 silver badge5 bronze badges
411 silver badge5 bronze badges
Could you share the spec code that is failing? Can we pinpoint where theafterEachis getting stuck?
– Zach Bloomquist
Mar 28 at 15:26
@ZachBloomquist I added the screenshot to the question.
– Malva
Mar 28 at 15:40
add a comment
|
Could you share the spec code that is failing? Can we pinpoint where theafterEachis getting stuck?
– Zach Bloomquist
Mar 28 at 15:26
@ZachBloomquist I added the screenshot to the question.
– Malva
Mar 28 at 15:40
Could you share the spec code that is failing? Can we pinpoint where the
afterEach is getting stuck?– Zach Bloomquist
Mar 28 at 15:26
Could you share the spec code that is failing? Can we pinpoint where the
afterEach is getting stuck?– Zach Bloomquist
Mar 28 at 15:26
@ZachBloomquist I added the screenshot to the question.
– Malva
Mar 28 at 15:40
@ZachBloomquist I added the screenshot to the question.
– Malva
Mar 28 at 15:40
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55401213%2fa-few-cypress-pipelines-are-always-hanging-one-cypress-pipeline-is-always-pass%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55401213%2fa-few-cypress-pipelines-are-always-hanging-one-cypress-pipeline-is-always-pass%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you share the spec code that is failing? Can we pinpoint where the
afterEachis getting stuck?– Zach Bloomquist
Mar 28 at 15:26
@ZachBloomquist I added the screenshot to the question.
– Malva
Mar 28 at 15:40