webdriverio-boneyard / wdio-cucumber-framework

A WebdriverIO v4 plugin. Adapter for Cucumber testing framework.
MIT License
77 stars 61 forks source link

Cucumber 2 #60

Closed lgandecki closed 7 years ago

lgandecki commented 7 years ago

Feedback/questions more than welcome!

lgandecki commented 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

lgandecki commented 7 years ago

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.

chuan-qin commented 7 years ago

Can't wait for this to get merged.

christian-bromann commented 7 years ago

Cucumber.js already released v3 🙈