Is there a testbox header that is the failures + e...
# testing
a
Is there a testbox header that is the failures + errors count? Using AWS CodeBuild (which does a curl to the CFM runner) and have to check both currently. Or should I be looking at something else instead of the
x-testbox-totalError
and
x-testbox-totalFail
?
Was thinking of adding a header of something like:
x-testbox-success
which returns
1
or
0
depending on getTotalFail() + getTotalError() == 0