endjin / Endjin.RecommendedPractices.GitHubActions

Re-usable GitHub Action workflows and actions for our standardised CI process
Apache License 2.0
1 stars 1 forks source link

Test results report visualisation #2

Closed JamesDawson closed 1 year ago

JamesDawson commented 1 year ago

Currently, a number of actions are being evaluated that can display test results as part of the build summary. We need to decide which one(s) fits our needs and finalise the choice(s).

JamesDawson commented 1 year ago

We will use the EnricoMi/publish-unit-test-result-action action in combination with a change to the scripted build to have dotnet test produce a .trx file. This will also support reporting test results for other tech stacks (e.g. pytest, Pester etc.)