Ilya

Results 190 comments of Ilya

Hello @JacksonLei123 ! Is your issue still relevant?

Hello @JacksonLei123 ! I'll close the issue for now, feel free to reopen it if needed.

Hello @andriy-dolynskyy ! Do you face any errors in your CI job?

Hi @jeremy-daley-kr ! You're right. Right now we are not using [TestCase.id](https://playwright.dev/docs/api/class-testcase#test-case-id) from Playwright. It was added in Playwright 1.25, so we were initially forced to use our own id's....

Hello @costa-collibra ! Could you please specify the versions of Playwright and agent-js-playwright you are using? I'll try to take a look.

@costa-collibra Did you have any errors in the console?

Hello @costa-collibra ! Seems like I've reproduced the issue. In my case the issue occurs (without any errors in console) while using static `.skip()` annotations in tests and `retries >...

@costa-collibra I'm trying to find possible workarounds for this case before a fix is available. So far, I haven't seen `In Progress` infinite launches when using non-static annotations like: ```javascript...

Hello @costa-collibra ! I've made some changes to minimize this issue occurrence, but with current agent implementation we cannot fully avoid this issue without providing additional data from Playwright runner...

@costa-collibra I've just released the new version 5.0.9 with some fixes that I've mentioned above. Could you please try and confirm that the issue no longer exists?