You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm utilizing GitHub Actions to run Playwright tests, and I've encountered situations where the launch remains incomplete even after all tests have finished. What could be the underlying cause of this issue, and, more importantly, how can it be resolved or mitigated?
I've been exploring potential solutions and one approach I considered was obtaining a launch identifier to forcibly complete the launch at the end of the execution (through API). However, it appears that there is no available method to retrieve this ID. Do you have any guidance or recommendations for addressing this matter?
The text was updated successfully, but these errors were encountered:
My CI job typically encounters issues, often related to CLI problems (which I haven't fully investigated yet). However, from my observations, when the job fails, the results are populated in ReportPortal, and the execution concludes as expected. On the other hand, when the job succeeds, the ReportPortal launch doesn't seem to reach its conclusion and hangs until I force it to stop.
I'm utilizing GitHub Actions to run Playwright tests, and I've encountered situations where the launch remains incomplete even after all tests have finished. What could be the underlying cause of this issue, and, more importantly, how can it be resolved or mitigated?
I've been exploring potential solutions and one approach I considered was obtaining a launch identifier to forcibly complete the launch at the end of the execution (through API). However, it appears that there is no available method to retrieve this ID. Do you have any guidance or recommendations for addressing this matter?
The text was updated successfully, but these errors were encountered: