jasmine-reporters : is it possible to add custom attributes

117 Views Asked by At

my reporting tool expecting string "Passed"/ "Failed" for each test.

is there any solution work around to add custom attributes ?

Expected :

<testsuites disabled="0" errors="0" failures="0" tests="2" status: "Passed" time="29.76"> <testsuites disabled="0" errors="0" failures="0" tests="2" status: "Failed" time="29.76">

Actual :

0

There are 0 best solutions below