From 992d97d6eb2e5f3de985fbf9df6a04386874114d Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 28 Nov 2024 17:04:57 +0100 Subject: [PATCH] - add `retried` to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 126006ca..ea7eaf18 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ A full set list of possible output values for this action. | `outputs.total` | The total number of test cases covered by this test-step. | | `outputs.passed` | The number of passed test cases. | | `outputs.skipped` | The number of skipped test cases. | +| `outputs.retried` | The number of retried test cases. | | `outputs.failed` | The number of failed test cases. | | `outputs.summary` | The short summary of the junit report. In html format (as also constructed by GitHub for the summary). | | `outputs.detailed_summary` | The full table with all test results in a summary. In html format (as also constructed by GitHub for the summary). |