Added documentation for --json
This commit is contained in:
parent
e59adbff47
commit
3cfb0aa5a8
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ Command line arguments
|
|||
* ``--xml[=FILE]``: Writes JUnit4 XML report to FILE.
|
||||
No file or ``"-"`` means ``stderr``. This option is equivalent to
|
||||
``--output=xml:FILE``.
|
||||
* ``--json[=FILE]``: Writes a JSON report to FILE.
|
||||
No file or ``"-"`` means ``stderr``. This option is equivalent to
|
||||
``--output=json:FILE``.
|
||||
* ``--verbose[=level]``: Makes the output verbose. When provided with an integer,
|
||||
sets the verbosity level to that integer.
|
||||
* ``-OPROVIDER:FILE or --output=PROVIDER:FILE``: Write a test report to FILE
|
||||
|
|
Loading…
Add table
Reference in a new issue