File tree 1 file changed +10
-10
lines changed
core/src/main/java/io/cucumber/core/options
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,16 @@ public final class Constants {
60
60
*/
61
61
public static final String EXECUTION_STRICT_PROPERTY_NAME = "cucumber.execution.strict" ;
62
62
63
+ /**
64
+ * Property name used to enable wip execution: {@value}
65
+ * <p>
66
+ * When using wip execution Cucumber will fail if there are any passing
67
+ * scenarios.
68
+ * <p>
69
+ * By default, wip execution is disabled
70
+ */
71
+ public static final String WIP_PROPERTY_NAME = "cucumber.execution.wip" ;
72
+
63
73
/**
64
74
* Property name used to set feature location: {@value}
65
75
* <p>
@@ -186,16 +196,6 @@ public final class Constants {
186
196
*/
187
197
public static final String SNIPPET_TYPE_PROPERTY_NAME = "cucumber.snippet-type" ;
188
198
189
- /**
190
- * Property name used to enable wip execution: {@value}
191
- * <p>
192
- * When using wip execution Cucumber will fail if there are any passing
193
- * scenarios.
194
- * <p>
195
- * By default, wip execution is disabled
196
- */
197
- public static final String WIP_PROPERTY_NAME = "cucumber.wip" ;
198
-
199
199
private Constants () {
200
200
201
201
}
You can’t perform that action at this time.
0 commit comments