cerberustesting / cerberus-core

The Open Source Test Automation Platform.
https://cerberus-testing.com
GNU General Public License v3.0
329 stars 100 forks source link

Robot froze #2505

Closed Kevin-Sinapayen closed 1 year ago

Kevin-Sinapayen commented 1 year ago

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

Kevin-Sinapayen commented 1 year ago

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

vertigo17 commented 1 year ago

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

vertigo17 commented 1 year ago

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

Kevin-Sinapayen commented 1 year ago

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