You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ... ;)
The text was updated successfully, but these errors were encountered:
Scenario Outline its now supported in the cucumberjs
would be nice to update it in pioneer for have support too ... ;)
The text was updated successfully, but these errors were encountered: