-
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
Test is not finished when expect().toPass() exceed test timeout #111
Comments
hey @AmsterGet, any update regarding the issue? I'm asking because we realized the problem is more serious than we thought.
|
Hey @danielsobon! |
Hey @danielsobon. If it is only to reproduce, and you have such tests which run as long as the global timeout exceeds we recommend splitting it into small pieces and running them in parallel. |
@Bam6ycha yep :) We have tests that consist of many steps. Each of them can take some time. In case of bad performance of application, all combined steps can reach the test timeout, so this is a real case. Second thing, what you can also reproduce is, when we reach expect timeout during preforming operation, example API request.
|
hey @AmsterGet do you know when I could expect new release? |
Hi @danielsobon ! |
Hi @danielsobon ! |
@AmsterGet , @Bam6ycha I've already retested it. Problem does not occur anymore, thx for fix! 😎 |
Test setup:
├── @playwright/[email protected]
├── @reportportal/[email protected]
How to reproduce
includeTestSteps: true
Actual result
Test & test step (expect) are still in progress, so the entire run is also not finished
The text was updated successfully, but these errors were encountered: