Hi all,
Feature: test outlines
Scenario: s1
Given I accesss "<url>"
Then I can see "<message>"
Scenario: s2
Given I go to "<url>"
Then I can read "<message>"
Examples:
| url | message |
| / | welcome |
| /a/ | hello |
Is the "Examples" block only for the "Scenario: s2"( the first Scenario above it)?
Or it can use for "Scenario: s1" too?
Thanks
Regards
Kapor