quailjs/quail

Severity and element in report.

Closed this issue · 1 comments

I couldn't find a way to get the element which caused the fail. I would like to have a html snippet of it.
Apart from that I also would like to report the severity. In a previous version it was possible to retrieve this information using the callback testFailed(event).

How should I achieve this in the new version?

We've resolved this by returning the severity and associated HTML element on the Case object.