Open Inok opened 2 years ago
This issue is very annoying. Not only does it stop outputing screenshots for failed steps, but it also stops outputing screenshots for failed tryTo
s. Wrapping in a try {} catch() {}
also has no benefit.
Please advise
Hi I have the same issue since the 3.1.3 codeceptjs version. A session with multiple scenario only one contain the slide stepByStepReport complete.
This issue is stale because it has been open for 90 days with no activity.
What are you trying to achieve?
I'm trying to get stepByStepReport.
What do you get instead?
After the first failure, there are no screenshots of the following scenarios (successful or not).
It seems that it's because
scenarioFailed
atstepByStepReport.js
isn't set tofalse
before each scenario and so staystrue
till the end. The issue is caused by the following PR: https://github.com/codeceptjs/CodeceptJS/pull/3119Details