Mac Clayton
Mac Clayton
@kcchenkd were you ever able to get this working?
@Siphonophora sorry I lost track of this, I started looking into how other test runners worked in this repository: https://github.com/mclayton7/dotnet_test_output_reporting which led me down the rabbit hole of GitHub actions....
@Siphonophora would you accept community contributions for putting stdout into tags for each test case a la @pete-thompson's suggestions above?
@Siphonophora thanks! We use the `NUnitXmlTestLogger` for our CI setup, but I'd like to switch to the JUnit logger for better GitLab integration. What's holding us back is that we...
@niosus @seanmlyons22 I think this sounds reasonable. There should be some tests that'll help verify the implementation, but if you have any questions about the existing implementation, don't hesitate to...
You'll need to install pypiwin32 like this: ``` pip install pypiwin32 ``` Ideally this would be installed by pip with a requirements.txt file.