-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout issue #284
Comments
can you show us the full stack trace, with verbose mode (-v), as the screenshot message points to a browser session issue |
@tsaleksandrova Please find the logs 00:22:58 info uiVeri5ExecuteTests - INFO: Spec started: create and navigate to digital twin app |
With every integration test, you must start analyzing from the FIRST error. And in your logs it is: |
The scripts are not testing a mobile app.The scripts are running fine locally but when in Jenkins it is failing. Detail command used in Jenkins which we recently changed to below from testOption to runOption. node{ stage('System Tests') {
} } With these commands some scripts are working fine but some are failing. |
sorry for late reply, |
Hello Team,
We are facing timeout issues while running Uiveri5 tests.
info uiVeri5ExecuteTests - A Jasmine spec timed out. Resetting the WebDriver Control Flow.
17:07:03 info uiVeri5ExecuteTests - INFO: Expectation FAILED: Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
17:08:11 error uiVeri5ExecuteTests - ERROR: Error while taking report screenshot: TimeoutError: timeout: Timed out receiving message from renderer: 10.000
17:08:11 info uiVeri5ExecuteTests - (Session info: chrome=75.0.3770.90)
17:08:11 info uiVeri5ExecuteTests - (Driver info: chromedriver=75.0.3770.90,platform=Linux 4.19.123-coreos x86_64)
The text was updated successfully, but these errors were encountered: