diff --git a/readme.md b/readme.md index 7d3fc5b..676995f 100644 --- a/readme.md +++ b/readme.md @@ -41,14 +41,14 @@ USAGE: dotnet retest [OPTIONS] [-- [dotnet test options]] OPTIONS: - DEFAULT - -h, --help Prints help information - -v, --version Prints version information - --attempts 5 Maximum attempts to run tests - --output Include test output in report - --skipped True Include skipped tests in report - --gh-comment True Report as GitHub PR comment - --gh-summary True Report as GitHub step summary + DEFAULT + -h, --help Prints help information + -v, --version Prints version information + --retries 3 Maximum retries when re-running failed tests + --output Include test output in report + --skipped True Include skipped tests in report + --gh-comment True Report as GitHub PR comment + --gh-summary True Report as GitHub step summary ```