galen
galen copied to clipboard
using `withDetails` in cobination with `report.error` will pass the test.
e.g.
this.report
.error("Validation failed")
.withDetails("too many items")
will pass with the status "PASS". and the galen report overview lists the test suit as passed. but in the test report for that particualr test, the error message is logged.
removing the withDetails will allow the test to fail.
"galenframework": "2.3.6"