[PR #537] Add test-reporter to Testing section #543

Open
opened 2025-11-06 17:24:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/537
Author: @dorny
Created: 2/21/2021
Status: 🔄 Open

Base: mainHead: add-test-reporter


📝 Commits (1)

  • b3a726e Add test-reporter action to Testing section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/537 **Author:** [@dorny](https://github.com/dorny) **Created:** 2/21/2021 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-test-reporter` --- ### 📝 Commits (1) - [`b3a726e`](https://github.com/sdras/awesome-actions/commit/b3a726e17b525509d27010855469c694aafdbb65) Add test-reporter action to Testing section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description [test-reporter](https://github.com/dorny/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:** |![](https://github.com/dorny/test-reporter/raw/main/assets/fluent-validation-report.png)|![](https://github.com/dorny/test-reporter/raw/main/assets/provider-error-summary.png)|![](https://github.com/dorny/test-reporter/raw/main/assets/provider-error-details.png)|![](https://github.com/dorny/test-reporter/raw/main/assets/provider-groups.png)| |:--:|:--:|:--:|:--:| **Supported languages / frameworks:** - .NET / [xUnit](https://xunit.net/) / [NUnit](https://nunit.org/) / [MSTest](https://github.com/Microsoft/testfx-docs) - Dart / [test](https://pub.dev/packages/test) - Flutter / [test](https://pub.dev/packages/test) - JavaScript / [JEST](https://jestjs.io/) Support for other test results formats will be added later. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 17:24:01 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#543