File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ This extension is shipped as part of [Microsoft.Testing.Extensions.Retry](https:
2424
2525The 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. |
You can’t perform that action at this time.
0 commit comments