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;








2















enter image description hereIn 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.
enter image description here










share|improve this question


























  • 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

















2















enter image description hereIn 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.
enter image description here










share|improve this question


























  • 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













2












2








2








enter image description hereIn 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.
enter image description here










share|improve this question
















enter image description hereIn 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.
enter image description here







javascript continuous-integration gitlab cypress






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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

















  • 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
















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












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
);



);














draft saved

draft discarded
















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
















draft saved

draft discarded















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

용인 삼성생명 블루밍스 목차 통계 역대 감독 선수단 응원단 경기장 같이 보기 외부 링크 둘러보기 메뉴samsungblueminx.comeh선수 명단용인 삼성생명 블루밍스용인 삼성생명 블루밍스ehsamsungblueminx.comeheheheh

155 수학 과학 기타 둘러보기 메뉴eh추가해eh문서를 완성해