0

I'm running a k6 docker image with some tests. However, the output that I get is very different from what I would expect.

enter image description here

Instead of the usual output with just summary, I get those annoying running and default prints.

How can I show just the end of test summary?

An old man in the sea.
  • 1,169
  • 1
  • 13
  • 30

1 Answers1

0

Those console messages can be suppressed with the -q / --quiet flag as documented here.

Tom
  • 126
  • 1