Skip to content

Commit 479c15f

Browse files
authored
Clarify MTP Retry docs (#45779)
1 parent f3afd84 commit 479c15f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/core/testing/microsoft-testing-platform-extensions-policy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ This extension is shipped as part of [Microsoft.Testing.Extensions.Retry](https:
2424
2525
The available options are as follows:
2626

27-
| Option | Description |
28-
|-----------------------------------|--------------------------------------------------------------------------------------------------|
29-
| retry-failed-tests | Reruns any failed tests until they pass or until the maximum number of attempts is reached. |
30-
| retry-failed-tests-max-percentage | Avoids rerunning tests when the percentage of failed test cases crosses the specified threshold. |
31-
| retry-failed-tests-max-tests | Avoids rerunning tests when the number of failed test cases crosses the specified limit. |
27+
| Option | Description |
28+
|---------------------------------------|--------------------------------------------------------------------------------------------------|
29+
| `--retry-failed-tests` | Reruns any failed tests until they pass or until the maximum number of attempts is reached. |
30+
| `--retry-failed-tests-max-percentage` | Avoids rerunning tests when the percentage of failed test cases crosses the specified threshold. |
31+
| `--retry-failed-tests-max-tests` | Avoids rerunning tests when the number of failed test cases crosses the specified limit. |

0 commit comments

Comments
 (0)