In my Scenario outline with Examples data, feature file, I can't navigate or run the steps with included Example column. See as shown.
The initial steps under 'Given' keyword are able to be navigable and invoked fine, during normal run. The blue color 'username', 'password', and 'facility' are coming from Excel file. Where as the yellow color highlighted steps which contains the Scenario Outline Examples-columns are neither navigable, nor recognizable by the Cucumber run time. They display this message for each step: io.cucumber.junit.UndefinedThrowable: This step is undefined
I am using the latest IntelliJ IDE with latest cucumber plugin.
0
votes
Can you also give the step definition of the yellow highlighted steps.
– Vaibhav