Open
Description
@SimenB Great! Regarding benefits of using Jasmine reporter, I don't have a complete list unfortunately.
Some of them I could recall:
- An implication of sending events about
describe
/test
/it
: it allows to attach output to correct node in a test tree, and, when debugging, you can see live output ofconsole.log
/process.stdout.write
. - Failed assertions provide separate compact error messages and error stacks whereas Jest reporter provides a single merged error message+stack making it's hard to show a compact error message for a failed element in the editor. It'd be great to provide separate values: expected/actual/message/stack.
Originally posted by @segrey in #8118 (comment)
Metadata
Metadata
Assignees
Labels
No labels