Add missing JUnit XML flag to test command help string (#37161)

The test command supports outputting a JUnit XML file with the -junit-xml flag. This flag was missing from the test command help string.
ds-experimenting
Mattias Fjellström 12 months ago committed by GitHub
parent 10f3524bc5
commit 3252fa8f42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,6 +57,11 @@ Options:
-json If specified, machine readable output will be printed in
JSON format
-junit-xml=path Saves a test report in JUnit XML format to the specified
file. This is currently incompatible with remote test
execution using the the -cloud-run option. The file path
must be relative or absolute.
-no-color If specified, output won't contain any color.
-parallelism=n Limit the number of concurrent operations within the

Loading…
Cancel
Save