There was an error while loading. Please reload this page.
1 parent 8348108 commit 0749e36Copy full SHA for 0749e36
src/test/java/com/mindstix/cb/runner/RunnerCourgette.java
@@ -12,7 +12,7 @@
12
13
@RunWith(Courgette.class)
14
@CourgetteOptions(
15
- runLevel = CourgetteRunLevel.FEATURE,
+ runLevel = CourgetteRunLevel.SCENARIO,
16
showTestOutput = true,
17
rerunFailedScenarios = false,
18
threads = 2,
@@ -47,4 +47,4 @@
47
*/
48
public class RunnerCourgette {
49
50
-}
+}
src/test/resources/feature/ecom/signin.feature
@@ -11,4 +11,4 @@ Scenario Outline:
11
| email | password |
| test1@mx.com | mypassword |
# This is intended to fail as there is no such user
-| test2@mx.com | invalidpassword |
+#| test2@mx.com | invalidpassword |
0 commit comments