Test runs using "@testomatio/reporter" are very slow when running API tests in GitLab
Describe the bug In GitLab, test runs using "@testomatio/reporter" are slow when running API tests, including some parameterized tests. With a total of over 3,000 tests, the run takes 2.6 minutes to complete. However, the GitLab job still waits for "@testomatio/reporter" for an additional 20 minutes, causing a significant delay.
To Reproduce Steps to reproduce the behavior:
- Run tests with @testomatio/reporter
Expected behavior A clear and concise description of what you expected to happen. Test runs using "@testomatio/reporter" should not be causing a significant delay, such as 20 minutes.
Screenshots
If applicable, add screenshots or video to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Browser Version [e.g. 22]
- Application: [production or beta]
Additional context Playwright: 1.42.0 @testomatio/reporter: 1.2.1
@qakos we think it was temporary issue with out job server if issue persist please reopen it
Should have been fixed with bulk reporting in reporter 1.4.0
@qakos can we ask you to check this on your CI with the latest reporter version?
@qakos please re-open the ticket if the issue still persist