Skip to content

Displays test results from popular testing frameworks directly in GitHub

License

Notifications You must be signed in to change notification settings

abhay-agarwal/test-reporter

 
 

Repository files navigation

Test Reporter with PR Comment

This Github Action is a modified version of Test Reporter to automatically comment test summary on Pull-request. Only two features are added in this repo: 1. exporting test summary markdown as step output variable, 2. attaching comment containing test summary on Pull-request.

How it Looks

image

How to Use

Totally same with the original Test Reporter! There is no additional setup needed. If you want to export and utilize the summary by yourself, you can use steps.<stepId>.outputs.summary to get an access to the summary markdown string.

Original Repository

License

The scripts and documentation in this project are released under the MIT License

About

Displays test results from popular testing frameworks directly in GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.3%
  • C# 1.9%
  • JavaScript 1.8%
  • Dart 1.0%