ymatviikiv
Results
2
comments of
ymatviikiv
The same here with nightwatch 2.3.0 and @cucumber/cucumber 8.5.1
Hello, maybe someone will need those... I've added a workaround, directly taking a screenshot in after hooks if the status of a test is failed: ``` if (options.result.status === "failed"...