launchscout / atom-cucumber-step

Cucumber jump to step for Atom.IO
MIT License
8 stars 22 forks source link

Support Scenario Outline #16

Open oeichenwei opened 8 years ago

oeichenwei commented 8 years ago

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.