Skip to content

Commit 070f743

Browse files
committed
WIP
1 parent aa0eb4e commit 070f743

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

core/src/main/java/io/cucumber/core/options/Constants.java

+10-10
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ public final class Constants {
6060
*/
6161
public static final String EXECUTION_STRICT_PROPERTY_NAME = "cucumber.execution.strict";
6262

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+
6373
/**
6474
* Property name used to set feature location: {@value}
6575
* <p>
@@ -186,16 +196,6 @@ public final class Constants {
186196
*/
187197
public static final String SNIPPET_TYPE_PROPERTY_NAME = "cucumber.snippet-type";
188198

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-
199199
private Constants() {
200200

201201
}

0 commit comments

Comments
 (0)