agent-js-playwright
agent-js-playwright copied to clipboard
Launch couldn't be finished
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?
Hello @andriy-dolynskyy ! Do you face any errors in your CI job?
Hello @AmsterGet !
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.