-
Notifications
You must be signed in to change notification settings - Fork 14
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
"Failed to finish test. Error: timeout of 30000ms exceeded." and "Cannot set properties of undefined (setting 'realId') #51
Comments
Hello @MichalFidor !
Such timeout error can be thrown due to ours rest client default timeout 30*1000ms for requests (see client-javascript). |
I've extended this time and in deed these errors are not longer visible in the console. But it's not the end of this issue, cause while the tests ends on the CI or my local computer - on RP the build is still running and waiting for the action to be completed. Most of the time, one particular action from Playwright itself. I need to force finish the job... |
@MichalFidor |
Hello @MichalFidor ! |
Sorry guys, I was on holidays and a lot of different things were around my head. Anyway, on the newest released version it looks okay! There is another issue, which starts to appear in case where test runs in two pages in scope of one test. This is the output:
But I'll need to investigate it and I'll maybe open another issue on GH if I'll manage to do some reproducible sample |
@MichalFidor did you find the solution for this problem? |
@PodarDelia I didn't. In newest versions of Playwright and RP client I don't have this issue anymore |
Hi,
On the newest version of agent-js-playwright (5.0.4) and @playwright/[email protected] following errors are thrown during execution:
In both cases - with
'includeTestSteps': true,
and without it...The text was updated successfully, but these errors were encountered: