Skip to content

Report progress of individual test cases #6616

@gaearon

Description

@gaearon

🚀 Feature Proposal

It seems like Jest currently only reports progress when a complete suite passes.
I propose that instead, it should report progress every second for individual test cases.

Otherwise, the progress output is confusing. "Tests: N" being a separate line in the output gives the impression that it's just as granular as "Test Suites: N" and will be incremented immediately when a test case passes.

Motivation

This is confusing for large/slow suites because you don't get any sense of how much time is left and whether tests are stuck for some reason.

demo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions