Skip to content

feature: watch mode verbose toggle #5912

@unional

Description

@unional

Currently, we can run watch mode with verbose at cli level: jest --watch --verbose.

Also, when not running in verbose mode, we automatically get verbose if we filter to a single file using filename pattern (p) but not test name pattern (t)

When filtering, it would be nice if we can see exactly which tests are run, instead of just getting a summary.

On the other hand, I understand someone might not be concerned and just want a compact summary.

Adding a verbose toggle in watch mode (v) would solve that issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions