Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Aug 29, 2019
1 parent aa0eb4e commit 070f743
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions core/src/main/java/io/cucumber/core/options/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ public final class Constants {
*/
public static final String EXECUTION_STRICT_PROPERTY_NAME = "cucumber.execution.strict";

/**
* Property name used to enable wip execution: {@value}
* <p>
* When using wip execution Cucumber will fail if there are any passing
* scenarios.
* <p>
* By default, wip execution is disabled
*/
public static final String WIP_PROPERTY_NAME = "cucumber.execution.wip";

/**
* Property name used to set feature location: {@value}
* <p>
Expand Down Expand Up @@ -186,16 +196,6 @@ public final class Constants {
*/
public static final String SNIPPET_TYPE_PROPERTY_NAME = "cucumber.snippet-type";

/**
* Property name used to enable wip execution: {@value}
* <p>
* When using wip execution Cucumber will fail if there are any passing
* scenarios.
* <p>
* By default, wip execution is disabled
*/
public static final String WIP_PROPERTY_NAME = "cucumber.wip";

private Constants() {

}
Expand Down

0 comments on commit 070f743

Please sign in to comment.