Hello!
I am creating different assertions per type of error I am getting. I am interested in create metrics for each type of errors captured. Is it possible to distinguish some how between the type of assertions that my test triggers?
So far, I only see that I can grab and get metrics for the full error rate (all types of errors + assertions) and all type of assertions as a whole.
Thank you in advance!