There are a large number of test cases, making it difficult to see their status while running in the CLI. The output is too long and gets truncated by the terminal. To improve the developer experience, it would be helpful if only SKIPPED and FAILED events were logged, while ignoring PASSED events.
There are a large number of test cases, making it difficult to see their status while running in the CLI. The output is too long and gets truncated by the terminal. To improve the developer experience, it would be helpful if only
SKIPPED
andFAILED
events were logged, while ignoringPASSED
events.