Hi!
I have a test where I generate a random email in a feeder (random characters). I update a customer email, and afterwards I do a check (substring.exist) that customer email is indeed updated. However when this check fails, the report will be flooded with different error messages.
The email above was just an example, as I do other updates with other random data.
So my question is, if it is possible to group those errors in the output? So if one specific check fails, it will group those to a single counter.
This is how a part of my output might look like.
`
substring(uZxfnkvcEyVBKRczHAqF@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(yXiqAFIEGrHuEuyIHRwF@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(aPwVsNIoCvSUOgVsszJK@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(RcgWYjjb 16).find.exists, found nothing 1 ( 1.23%)
substring(NwPyuBZN 183).find.exists, found nothing 1 ( 1.23%)
substring(UPTALDByeQwVFDsDBnfT@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(number>96119724<).find.exists, found nothing 1 ( 1.23%)
substring(number>19935980<).find.exists, found nothing 1 ( 1.23%)
substring(pItnUgrAnWVviaeXXmPX@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(WDEInekx 191).find.exists, found nothing 1 ( 1.23%)
substring(vbBLTGFtnhSFsUQefqnv@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(SfryXBThOHIVkAenZvbW@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(yYlfiTvdDrGbFRsubiLP@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(number>27091283<).find.exists, found nothing 1 ( 1.23%)
substring(TitwkaAS 195).find.exists, found nothing 1 ( 1.23%)
substring(ZYAcZMgkbEczOESnpJeh@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(uvRwwchiMTSPvjoDFsXk@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(RsCJrtxSirlYjkyktueI@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(GnKdOzoS 162).find.exists, found nothing 1 ( 1.23%)
substring(pqdCNEHKaWQxbfbrJhvu@foo.com).find.exists, found not 1 ( 1.23%)
hing
substring(cCzuajJwiULbwRZiPygc@foo.com).find.exists, found not
`
Regards
Robert