π€ What's the problem you're trying to solve?
Failure of the before-all and after-all hooks is currently not reported on.
β¨ What's your proposed solution?
Hooks are not bound to test cases, so there is no way to represent them in the report. Inserting a synthetic testcase for failing beforeall and afterall hooks could solve that.
β Have you considered any alternatives or workarounds?
Cucumber will exit with a non-zero exit code. The summary plugin does log the failing hooks. So the error will not be unnoticed.
π Any additional context?
The testng-xml-formatter probably has the same problem.
π€ What's the problem you're trying to solve?
Failure of the before-all and after-all hooks is currently not reported on.
β¨ What's your proposed solution?
Hooks are not bound to test cases, so there is no way to represent them in the report. Inserting a synthetic testcase for failing beforeall and afterall hooks could solve that.
β Have you considered any alternatives or workarounds?
Cucumber will exit with a non-zero exit code. The summary plugin does log the failing hooks. So the error will not be unnoticed.
π Any additional context?
The testng-xml-formatter probably has the same problem.