Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support verbose (for each test result) output #8

Open
misu-moriya opened this issue Mar 19, 2021 · 0 comments
Open

Support verbose (for each test result) output #8

misu-moriya opened this issue Mar 19, 2021 · 0 comments

Comments

@misu-moriya
Copy link

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.

@misu-moriya misu-moriya changed the title Support verbose (each test result) output Support verbose (for each test result) output Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant