Scenario outline need to replace with the example.
Scenario Outline: test scenario outline
Given I have <NUMBER> <COLOR> apple
Examples:
|NUMBER|COLOR|
|1 |red |
2 other minor fixes:
1) Added "/step_definitions/" as the search path because I used to add features as workspace
2) Remove line end white spaces, cucumber will trim as well.
Scenario outline need to replace with the example.
2 other minor fixes: 1) Added "/step_definitions/" as the search path because I used to add features as workspace 2) Remove line end white spaces, cucumber will trim as well.