You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context: I wish to return htf.PhaseResult.FAIL_AND_CONTINUE without any @htf.measures() decorators in a test phase.
The bug: OutputToJSON returns the FAIL_AND_CONTINUE state, but the web frontend is still showing a green color of the test, indicating a false positive.
The text was updated successfully, but these errors were encountered:
Yes, after lalten@'s change this should generally work when you enable the Web GUI! See #1020 which has a quick screen shot though not specifically of the red with FAIL but that is the expected behavior! We should also probably include some screen shots as part of some user docs (i.e. #44).
Going to close this out. Please reopen or create a new issue if you have more followups!
@fahhem and @arsharma1 A follow-up question: if I enable the web frontend, will it show a green color (indicating a PASS) or a red color?
I can confirm that
OutputToJSON
returns theFAIL_AND_CONTINUE
state, but not sure how the web frontend will behave.Originally posted by @antonysigma in #616 (comment)
The context: I wish to return
htf.PhaseResult.FAIL_AND_CONTINUE
without any@htf.measures()
decorators in a test phase.The bug:
OutputToJSON
returns theFAIL_AND_CONTINUE
state, but the web frontend is still showing a green color of the test, indicating a false positive.The text was updated successfully, but these errors were encountered: