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
?
aliaspooryorik
10/03/2022, 11:43 AM
Was thinking of adding a header of something like:
aliaspooryorik
10/03/2022, 11:44 AM
x-testbox-success
which returns
1
or
0
depending on getTotalFail() + getTotalError() == 0