I have a (minor) feature request, in the output of...
# help
b
I have a (minor) feature request, in the output of a test run, would it be possible to print out the
EFFECT_ALLOW
or
EFFECT_DENY
alongside the
OK
-- I have PO's who are looking at test output and confusing
OK
(it passed the test) with
EFFECT_ALLOW
-- the action was allowed.
c
Thanks for the suggestion. The issue is that it could be a breaking change for existing users if we change the output format. We'll have a think about it and see if there's a way to do it without breaking backward compatibility. In the meantime, could the confusion be cleared by naming the tests with expected outcomes on your end?
b
yeah, that could be done, thanks. maybe you could add a new switch (
--veryverbose
🙂 ) so as not to break other stuff?
😆 3
I'm actually being (semi-)serious. it might be a bit oldskool but the
-v
-vv
and
-vvv
thing seems crop up on the cli from time to time.
âž• 1
nmap
is one tool that comes to mind -- it has
-v
and
-vv
if memory serves...