esbee
(Esho bee)
1
I need help to resolve an issue so any ideas welcome.
I have a test suite with 9 end to end tests using jest
After running I see the attached run summary results
Please is there a way to get the failed tests to be printed/ displayed in the below image summary?

1 Like
ipstefan
(Stefan Papusoi)
2
A quick search on Jest regarding their reporters revealed that they have several that you could try:
The default is Summary Reporter.
Also interesting is the Silent Reporter(external library) that they link to from the documentation.
2 Likes
esbee
(Esho bee)
3
Thanks, that helped me with solution which I found here jest-summary-reporter - npm
Iβm working on tool to show test results testrecall.com that might be able to help
otherwise there is a list here of reporters that might be worth taking a look at: GitHub - jest-community/awesome-jest: πΆAwesome Jest packages and resources