Closed chrisahardie closed 6 years ago
Hmm, saw this also when I was making a PR for reporting. Will check the coming days if I can find the issue
Any update on this issue? I'm having the same errors when attempting to use Background
I created a pull request that fixes this. could someone please check on that? https://github.com/webdriverio/wdio-cucumber-framework/pull/137
@Rob-Meijeren , you kick ass man, tnx, see my feedback on the PR
@BorisOsipov @christian-bromann with version 2.2.2 this should be fixed. So this can be closed?
Yes! Thanks!
I have the following working test:
I want to re-use the first three steps, so I create a background:
I now get this error in my output:
The test is still passing, I'm just getting that
ERROR: Cannot read property 'type' of undefined
message now. Also appears like subsequent scenarios are skipped.Deps:
Thanks for this great tool!