gardenlinux/pytest-multi-results-action

Post pytest results to the workflow summary

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesMultiple JUnit XML file patterns for multi-suite aggregation. Each pattern can be a file, directory, or wildcard pattern. See @actions/glob for supported patterns. yes
titleTitle of the test results section in the workflow summarynoTest results
summaryAdd a summary of the results at the top of the reportnotrue
detailsAdd details section after the test resultsnotrue
fail-on-emptyFail the workflow if no JUnit XML was foundnotrue
metadata-fieldsComma-separated list of metadata fields to extract from XML and display in tables. Supports pytest-metadata properties and custom XML attributes. If not provided, defaults to "Suite" column. Example: "artifact,type,namespace" no""
metadata-field-mappingJSON object mapping XML attribute/property names to display names. Example: '{"artifact": "Artifact", "type": "Type", "namespace": "Namespace"}' no{}
result-typesComma-separated list of result types to include, in order. Allowed values: passed, skipped, xfailed, failed, xpassed, error nopassed,skipped,xfailed,failed,xpassed,error
details-result-typesComma-separated list of result types to include, in order. Allowed values: passed, skipped, xfailed, failed, xpassed, error nofailed,error

no outputs