awesome-actions icon indicating copy to clipboard operation
awesome-actions copied to clipboard

Add test-reporter to Testing section

Open dorny opened this issue 4 years ago • 0 comments

test-reporter displays test results from popular testing frameworks directly in GitHub:

  • Parses test results in XML or JSON format and creates nice report as Github Check Run
  • Annotates code where it failed based on message and stack trace captured during test execution
  • Provides final conclusion and counts of passed, failed and skipped tests as output parameters

How it looks:

Supported languages / frameworks:

Support for other test results formats will be added later.

dorny avatar Feb 21 '21 15:02 dorny