-
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
Error message in pipeline: WebDriverError: invalid session id #378
Comments
Hello, could you please give more details on your infrastructure? How your chromedriver is configure? Is it locally started on you have remote communication like browser cloud? From the stack you sent, I can see that maybe the webdriver session is already closed, but the reason is not clear for now. |
Hi! Sorry, I just found out, that we have the same error like in #377. |
Hello @tamiarah may I ask whether you have solved the issue? Our team are also facing the same issue with you. |
I suppose that you use piper too, right? If you are able to execute locally (on your machine) the UIVeri5 scenarios successfully, so I would suggest to contact Piper colleagues and to ask for more resources in the containers. |
Yes, we use Piper too. Thanks for your help @hmanchev! @zyhmichelle : Currently we have not solved it, but somebody else already created a ticket for the piper teams. |
Hi!
We also have since last week Friday an issue with the UIVeri5 tests in our pipeline, although there were no changes in the settings:
error uiVeri5ExecuteTests - ERROR: Error while taking report screenshot: WebDriverError: invalid session id
info uiVeri5ExecuteTests - Build info: version: '4.7.0', revision: '52e3a49ea2'
info uiVeri5ExecuteTests - System info: os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.127+', java.version: '11.0.17'
info uiVeri5ExecuteTests - Driver info: driver.version: unknown
Locally everything is working fine, only the pipeline has issues here with executing the tests.
UI5 version is: @ui5/uiveri5 v1.47.9
Chrome version: chrome=108.0.5359.71
Chrome driver version:108.0.5359.71
Do you have any hints how to solve this error?
Thanks in advance!
Best regards,
Christina
The text was updated successfully, but these errors were encountered: