File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ Feature: Identity feature
33 Given I run identity function with 1
44 Then I will get result 1
55
6- Scenario Outline : Multiple identity tests for <arg > and <result > with "Some quoutes"
7- When I run identity function with <arg >
8- Then I will get result <result > every time
6+ Scenario Outline : Multiple identity tests for <First Arg > and <Second Arg > with "Some quoutes"
7+ When I run identity function with <First Arg >
8+ Then I will get result <Second Arg > every time
99
1010 Examples :
1111
12- | arg | result |
12+ | First Arg | Second Arg |
1313 | "First Item " | "First Item " |
14- | "Second Item " | "Second 123 " |
14+ | "Second Item " | "Second 123 " |
1515 | "Third Item " | "Third Item " |
1616
1717 Examples :
1818
19- | arg | result |
19+ | First Arg | Second Arg |
2020 | "Second Part " | "Second Part " |
2121 | "Failure " | "That would fail " |
2222
You can’t perform that action at this time.
0 commit comments