Skip to content

This github action parses unit test results and adds them to the pull request status. It will also add annotations for failed tests to the pull request, thus making it easier to digest where the failure happened.

License

Notifications You must be signed in to change notification settings

HylandSoftware/unit-test-reporter

Repository files navigation

unit test reporter

Create an annotation of the build information and also list first n failed tests. Currently supports nunit and trx formats.

Example

  - uses: HylandSoftware/unit-nunit-reporter
      if: always()
      with: 
        path: 'test-results/*.xml'
        reportType: 'trx'
        access-token: ${{secrets.GITHUB_TOKEN}}

This project has been mirror forked from MirrorNG/nunit-reporter.

About

This github action parses unit test results and adds them to the pull request status. It will also add annotations for failed tests to the pull request, thus making it easier to digest where the failure happened.

Topics

Resources

License

Stars

Watchers

Forks