Scenario Outline its now supported in the cucumberjs
Scenario Outline: eating
Given there are <start> cucumbers
When I eat <eat> cucumbers
Then I should have <left> cucumbers
Examples:
| start | eat | left |
| 12 | 5 | 7 |
| 20 | 5 | 15 |
would be nice to update it in pioneer for have support too ... ;)
Scenario Outline its now supported in the cucumberjs
would be nice to update it in pioneer for have support too ... ;)