Skip to content

Commit 0749e36

Browse files
Mindstix_ AniketKMindstix_ AniketK
authored andcommitted
Set runLevel to scenario for scenario level parallelism
1 parent 8348108 commit 0749e36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/java/com/mindstix/cb/runner/RunnerCourgette.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
@RunWith(Courgette.class)
1414
@CourgetteOptions(
15-
runLevel = CourgetteRunLevel.FEATURE,
15+
runLevel = CourgetteRunLevel.SCENARIO,
1616
showTestOutput = true,
1717
rerunFailedScenarios = false,
1818
threads = 2,
@@ -47,4 +47,4 @@
4747
*/
4848
public class RunnerCourgette {
4949

50-
}
50+
}

src/test/resources/feature/ecom/signin.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Scenario Outline:
1111
| email | password |
1212
| test1@mx.com | mypassword |
1313
# This is intended to fail as there is no such user
14-
| test2@mx.com | invalidpassword |
14+
#| test2@mx.com | invalidpassword |

0 commit comments

Comments
 (0)