Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

Failure and error messages in the setup and teardown phases of TestNG should be changed to warning #214

Closed itaiag closed 5 years ago

itaiag commented 5 years ago

When throwing exception in the setup and teardown phases of TestNG, the status of the message becomes warning instead of failure. We should be aligned to this behavior and when user is reporting a message with failure status we should replace it to warning instead.