cerberustesting/cerberus-core

Robot froze

Closed this issue · 4 comments

Cerberus Version : 4.16-1747

Hi, is there anything I can do to unlock the executions when they freeze

They stay like this for hours

image

And then I get this error

image

@vertigo17 please this is urgent, I have a demonstration tomorrow (nov30th) to make the QAs love Cerberus :)

I will check that later making sure it is fixed tomorrow morning.

mutualised infra was overloaded. I added a bit of ressources in order to support the load.
I also fixed your test case: OBQ / CT002 changing some xpath from:

//[@id="login-connect-button"]
to
//
[text()='Se connecter']

//*[@id="email-label"]
to
//input[@id="email"]

At the end of your test, I also clicked on the caracterisation menu button and removed the wait action that was useless.

https://citeo.app.cerberus-testing.com/TestCaseExecution.jsp?executionId=10331

Thank you @vertigo17 it works! You're the best