@christian-bromann First of all, I m sorry to bring up this back. Couldnt reopen the older issue. I know you replied to this in the other issue i created #56
But just thought to understand/get clear. Sorry again on first place.
So i see protractor cucumber framework (https://www.npmjs.com/package/protractor-cucumber-framework) does print the snippets to the console. So it must be getting that from cucumber in some way right?
When i run the cucumber tests with protractor, when there are no steps defined it prints as below in the console.
But when i run similar test with wdio-cucumber-framework, i get the below in console -->
It doesnt display the snippets for undefined steps.
This would be a useful feature as someone new to the framework can use this skeleton to build tests.
Is this something still could be added as a functionality or do i have to set any flag or this is out of scope for wdio-cucumber-framework?
@christian-bromann First of all, I m sorry to bring up this back. Couldnt reopen the older issue. I know you replied to this in the other issue i created #56 But just thought to understand/get clear. Sorry again on first place. So i see protractor cucumber framework (https://www.npmjs.com/package/protractor-cucumber-framework) does print the snippets to the console. So it must be getting that from cucumber in some way right? When i run the cucumber tests with protractor, when there are no steps defined it prints as below in the console.
But when i run similar test with wdio-cucumber-framework, i get the below in console -->
It doesnt display the snippets for undefined steps.
This would be a useful feature as someone new to the framework can use this skeleton to build tests.
Is this something still could be added as a functionality or do i have to set any flag or this is out of scope for wdio-cucumber-framework?