I have some automated tests that run as part of an azure release pipeline and am trying to compare the results output from one release to another. The overall test summary give a good overall indication of pass rate etc
but im specifically trying to compare which tests began failing in a specific release vs an earlier release where they may have been passing.
Currently im having to manually compare the failed tests between releases which is not an officiant approach.
Does anyone know if there’s a way to compare the results of specific tests between two different releases?