Closed lgandecki closed 7 years ago
this uses the oficial cucumber2 now, I fixed tags as well (the syntax has changed between v1 and v2). The remaining problem is that this doesn't automatically load step_definitions that are not listed in require opt. I will have to think about it a bit. I think how it worked with v1 was that step_definitions folder that was adjacent to a feature file was loaded recursively
what we've been using now is to have one "entry" file that we load in require section of the wdio.conf.js file, that loads everything else. But that doesn't seem optimal.
Can't wait for this to get merged.
Cucumber.js already released v3 🙈
Feedback/questions more than welcome!