-
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 nested step. Error: timeout of 30000ms exceeded. URL:... method: POST. Error starts randomly throwing in the middle of test execution. #160
Comments
Hello @toduyemi ! |
You can change the file upload limits by providing env variables to docker-compose for service api: |
@AmsterGet I tried the suggestion and I'm still getting this exception thrown.
If files are being uploaded, they're files that RP uploads out-of-box. I haven't made any changes with regards to file uploads or test artifacts. I don't know what "such files" would be.
Did I put the env variables in the correct place? |
Describe the bug
Hi in the middle of a test execution, sometimes i'll start getting non-playwright errors like this. I can't find anything in the documentation. Usually if a test times out, the terminal prints a playwright error, fails the test which makes it difficult to understand why i'm getting this weird report portal exception about timeouts. If I click the link(s), it tells me I'm not authorized to view page.
The test execution always starts of normally but somewhere in there reportportal starts to throw exceptions. There is no documentation on how to troubleshoot such an issue. The behaviour has been unpredictable to my eyes but definitely has increased in frequency in the last week or two. To the point, I can't get through a whole test execution. The only thing that's changed is an increase in the number of tests.
Expected behavior
For the terminal to only print line results from playwright.
Screenshots
Screen.Recording.2024-11-04.at.3.36.57.PM.mov
Versions:
"@playwright/test": "^1.47.2",
"@reportportal/agent-js-playwright": "^5.1.9",
The text was updated successfully, but these errors were encountered: