I am currently using cypress test runner with property --reporter junit, which generates test reporting results using JUnit XML Format:
cypress run --reporter junit
However, using a testing monitoring service that requires test reporting results using NUnit XML Format
Is anyone aware of a solution for either, or both?:
Generates Cypress reports in NUnit XML Format
Command-line tool that transforms from JUnit XML Format to NUnit XML Format
Thank you