Skip to content

Commit

Permalink
+Mᐁ includes
Browse files Browse the repository at this point in the history
  • Loading branch information
devlooped-bot authored and kzu committed Feb 18, 2025
1 parent aa907cf commit cb9f0ae
Showing 1 changed file with 27 additions and 12 deletions.
39 changes: 27 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,33 @@ USAGE:
trx [OPTIONS]
OPTIONS:
DEFAULT
-h, --help Prints help information
-v, --version Prints version information
-p, --path Optional base directory for *.trx files
discovery. Defaults to current directory
-o, --output Include test output
-r, --recursive True Recursively search for *.trx files
--skipped True Include skipped tests
--no-exit-code Do not return a -1 exit code on test
failures
--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
-p, --path Optional base directory
for *.trx files
discovery. Defaults to
current directory
-o, --output Include test output
-r, --recursive True Recursively search for
*.trx files
-v, --verbosity <QUIET|NORMAL|VERBOSE> Quiet Output display
verbosity:
- quiet: only failed
tests are displayed
- normal: failed and
skipped tests are
displayed
- verbose: failed,
skipped and passed
tests are displayed
--no-exit-code Do not return a -1 exit
code on test failures
--gh-comment True Report as GitHub PR
comment
--gh-summary True Report as GitHub step
summary
```

<!-- src/dotnet-trx/help.md -->
Expand Down

0 comments on commit cb9f0ae

Please sign in to comment.