I'm running a k6 docker image with some tests. However, the output that I get is very different from what I would expect.
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?