Parse issues when trying to use "Examples" section in Cucumber feature Parse issues when trying to use "Examples" section in Cucumber feature ruby-on-rails ruby-on-rails

Parse issues when trying to use "Examples" section in Cucumber feature


Replace

Scenario:

with

Scenario Outline:


When you have tests that extends to having examples, you should always use Scenario Outline. Scenario is for those kind of tests with not more than one data to be inputted to test.