Closed marks234 closed 1 year ago
Thanks for the good catch.
This issue is fixed in this commit(the content is kind of noisy....): https://github.com/ShuiRuTian/trx-reporter-for-playwright/commit/6cfdd25caffdb09cc1ac30cea98c42d4f50f3326
The latest version is 1.0.3 now, which includes the fix.
And it seems someone is really using this repo other than me, so I also create a rule to ensure every change from now on should be a PR if it could be part of main branch.
Thanks for the using!
Thanks for the quick fix. Works now as expected :)
When a test fails (eg. due to timeouts) and there is a retry, the same test definition is created in the trx file. This leads to an exception when trying to publish the test results (see below).
Azure DevOps exception