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.
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.
The scripts and documentation in this project are released under the MIT License