Skip to content

What's the difference between a testResultsProcessor and a reporter? #158

Answered by palmerj3
SevenOutman asked this question in Q&A
Discussion options

You must be logged in to vote

Very little. But the subtle difference is that a testResultsProcessor only receives details about test runs after all tests are finished.

Whereas a reporter has the ability to receive test results after individual tests and/or test suites are finished.

testResultsProcessor remains in jest because Facebook needs it internally (or so I've been told).

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by SevenOutman
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@fatso83
Comment options

@SimenB
Comment options

Comment options

You must be logged in to vote
1 reply
@SevenOutman
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants