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

TestNG binder - tests should fail if there was a report with "failure" status #136

Closed ronyb closed 7 years ago

ronyb commented 7 years ago

If report.log("some message", Status.failure) was invoked during the test, the TestNG test should continue execution, but it should end with a failure status.

We'll use TestNG's SoftAssert to implement this.

itaiag commented 7 years ago

Merge #137

itaiag commented 7 years ago

The current implementation causes the teardown phase to be skipped. There is a need for another solution. Rolling back and reopening the issue.