@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 the FAIL_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 the FAIL_AND_CONTINUE state, but the web frontend is still showing a green color of the test, indicating a false positive.