I am running automated tests on a .NET Core codebase on Gitlab CI. The only output from these tests is the console which contains a lot of garbage and makes it difficult to see exactly which tests failed.
Is there a way to get structured test output from xUnit in such a way that Gitlab can process the file and display results for specific tests much in the way it can with JUnit?