evolvedlight/Test Reporter

Shows test results in GitHub UI: .NET (xUnit, NUnit, MSTest), Dart, Flutter, Java (JUnit), JavaScript (JEST, Mocha)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
artifactName or regex of artifact containing test resultsno
nameName of the check runyes
pathComma-separated list of paths to test results Supports wildcards via [fast-glob](https://github.com/mrmlnc/fast-glob) All matched result files must be of same format yes
path-replace-backslashesThe fast-glob library that is internally used interprets backslashes as escape characters. If enabled, all backslashes in provided path will be replaced by forward slashes and act as directory separators. It might be useful when path input variable is composed dynamically from existing directory paths on Windows. nofalse
reporterFormat of test results. Supported options: - dart-json - dotnet-nunit - dotnet-trx - flutter-json - java-junit - jest-junit - mocha-json - rspec-json - swift-xunit yes
list-suitesLimits which test suites are listed. Supported options: - all - failed - none noall
list-testsLimits which test cases are listed. Supported options: - all - failed - none noall
max-annotationsLimits number of created annotations with error message and stack trace captured during test execution. Must be less or equal to 50. no10
fail-on-errorSet this action as failed if test report contain any failed testnotrue
fail-on-emptySet this action as failed if no test results were foundyestrue
working-directoryRelative path under $GITHUB_WORKSPACE where the repository was checked outno
only-summaryAllows you to generate only the summary. If enabled, the report will contain a table listing each test results file and the number of passed, failed, and skipped tests. Detailed listing of test suites and test cases will be skipped. nofalse
use-actions-summaryAllows you to generate reports for Actions Summary https://github.com/orgs/github/teams/engineering/discussions/871 notrue
badge-titleCustomize badge titlenotests
tokenGitHub Access Tokenno${{ github.token }}
namedescription
conclusionFinal conclusion of the created check run: - 'success' if no failed tests was found - 'failure' if any failed test was found
passedCount of passed tests
failedCount of failed tests
skippedCount of skipped tests
timeTest execution time [ms]
urlCheck run URL
url_htmlCheck run URL HTML