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
DevOps has a dashboard for seeing the test results of a build. This currently only shows our unit test results as they're MSBuild based. The UI Tests use TAEF to run in the CI. We need to convert those result outputs into a format the DevOps dashboard understands.
This will make it easier to see and look up test failures when they occur.