Usage:
    gotestsum [flags] [--] [go test flags]
    gotestsum [command]

Flags:
      --debug                                       enabled debug logging
  -f, --format string                               print format of test input (default "short")
      --jsonfile string                             write all TestEvents to file
      --junitfile string                            write a JUnit XML file
      --junitfile-testcase-classname field-format   format the testcase classname field as: full, relative, short (default full)
      --junitfile-testsuite-name field-format       format the testsuite name field as: full, relative, short (default full)
      --no-color                                    disable color output (default true)
      --no-summary summary                          do not print summary of: skipped,failed,errors,output (default none)
      --packages list                               space separated list of package to test
      --post-run-command command                    command to run after the tests have completed
      --raw-command                                 don't prepend 'go test -json' to the 'go test' command
      --rerun-fails int[=2]                         rerun failed tests until they all pass, or attempts exceeds maximum. Defaults to max 2 reruns when enabled.
      --rerun-fails-max-failures int                do not rerun any tests if the initial run has more than this number of failures (default 10)
      --version                                     show version and exit

Formats:
    dots                    print a character for each test
    dots-v2                 experimental dots format, one package per line
    pkgname                 print a line for each package
    pkgname-and-test-fails  print a line for each package and failed test output
    testname                print a line for each test and package
    standard-quiet          standard go test format
    standard-verbose        standard go test -v format

Commands:
    tool                    tools for working with test2json output
