Skip to content

Support verbose (for each test result) output #8

@misu-moriya

Description

@misu-moriya

Jest's default reporter shows each test result with --verbose option like as:

PASS tests/foo.test.ts
  Test for Foo class
    ✔ test a
    ✔ test b
    ✔ test c
PASS tests/bar.test.ts
  Test for Bar class
    ✔ test d
    ✔ test e
    ✔ test f

I couldn't find any options of the plugin to get such results.

When I try to run jest with the option like as jest --verbose, the plugin didn't work and all console logs and errors were output.
If I don't use --varbose option, I can get only results for each test suite like as:

PASS tests/foo.test.ts
PASS tests/bar.test.ts

How can I get results for each test(not only for each test suite) with this reporter plugin?

Regards.

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