dkelosky / jest-stare

Jest HTML Reporter and Results Processor

Home Page:https://dkelosky.github.io/jest-stare/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can i add some custom text to the report for some testcase ?

poojachoudhary13 opened this issue · comments

I have a use case when i want the test case to pass even if there is a minor failure which i could log as a warning. I want to attach the text in test result for the user to know that the test case has passed but with warning.

Right now, jest-stare only supports the jest API. I'm not sure an API exists to detect a warning.

How were you planning to detect the warning condition?

Stale issue message