galen icon indicating copy to clipboard operation
galen copied to clipboard

using `withDetails` in cobination with `report.error` will pass the test.

Open mbehzad opened this issue 7 years ago • 0 comments

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"

mbehzad avatar Mar 27 '18 12:03 mbehzad