Skip to content

Improve the simple console output #152

Description

@julienw

When running molotov in a docker container, we have to use the simple console output, but it's not as good as the normal output. Especially we don't see the successes and failures until the end, and that's when running --single-run. When running with --sizing I had to kill the docker container and then I couldn't see any very useful output. Sometimes Ctrl-C works, and then we see the success/failures output.

All we see is a succession of:

[W:5] Ran 10 scenarios
[W:37] Setting up session
[W:37] Running scenarios
[W:38] Setting up session
[W:38] Running scenarios
[W:39] Setting up session
[W:39] Running scenarios

The progress can be followed with Ran 10 scenarios output, but that's not good enough.
It would be good to see regularly a progress of success/failures accross all workers.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions