Replies: 3 comments
-
Take a look at the Timeline Plugin that will produce a JSON artifact that is viewable in Chrome’s tracing view |
Beta Was this translation helpful? Give feedback.
-
You can write something like this reporter and register it in your Jest config: https://github.com/jodonnell/jest-slow-test-reporter/blob/master/jest-slow-test-reporter.js |
Beta Was this translation helpful? Give feedback.
-
Also take a look at jest-html-reporter which reports the times of test suites and individual tests. It also has the ability to set |
Beta Was this translation helpful? Give feedback.
-
I'm trying to figure out where the timing of each test is allocated. I would like to do something as simple as export those timings.
Beta Was this translation helpful? Give feedback.
All reactions