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
On jenkins we use the 'publish XUnit test result report' reporter, configured for JUnit. We cannot use the 'publish JUnit test result report' variant, which is used in testcafe guides.
The variant we use cannot deal with the file attribute that was added in 2022. I would like a flag to be added to disable this attribute. Is this possible? Currently I have solved this with a post test run hook, which is obviously non-ideal.