Test objects have an errorCodes property which lists the error codes that were generated by a test run, but this will only include codes with the ERROR and CRITICAL severity. This means that WARNING messages can only be found by scanning through the test run log.
The warningCodes property should be added to test objects, which will contain and WARNING messages generated during the last test run.
Internal ref: NRRST-1397
Test objects have an
errorCodesproperty which lists the error codes that were generated by a test run, but this will only include codes with theERRORandCRITICALseverity. This means thatWARNINGmessages can only be found by scanning through the test run log.The
warningCodesproperty should be added to test objects, which will contain andWARNINGmessages generated during the last test run.Internal ref: NRRST-1397