akkadotnet / Akka.Hosting

Akka.Hosting - standardized Akka.NET hosting without any HOCON configuration. Ties into Microsoft.Extensions.Configuration, Logging, Hosting, and DependencyInjection.
Apache License 2.0
58 stars 16 forks source link

Setup `dotnet test` output reporter to GitHub Actions #200

Open Aaronontheweb opened 1 year ago

Aaronontheweb commented 1 year ago

https://github.com/phoenix-actions/test-reporting - if we can format the test output from dotnet test and copy it into a folder (akin to what we do with AzDo for most other Akka.NET projects) we can use this to provide detailed test reporting when unit tests in this repository fail.

SeanFarrow commented 6 months ago

Are you still looking to implement this? If yes, I'd love to have a look at doing this in the next few weeks. Thanks, Sean.

Aaronontheweb commented 6 months ago

Yes we are! I've been able to implement this in some other repos: https://seankilleen.com/2024/03/beautiful-net-test-reports-using-github-actions/ - that or something similar to it would be great