public interface ReduceTestFailureFeedbackParameters
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AFFECTED_TESTS_DEPS_BASED_VALUE |
static java.lang.String |
NEW_AND_MODIFIED_VALUE |
static java.lang.String |
RECENTLY_FAILED_TESTS_FILE_PARAM
This system property contains path to file where value of
RECENTLY_FAILED_TESTS_PARAM is saved. |
static java.lang.String |
RECENTLY_FAILED_TESTS_PARAM
This runner parameter contains set of test classes separated by new line character that should be run before any other tests.
|
static java.lang.String |
RECENTLY_FAILED_TESTS_SEPARATOR |
static java.lang.String |
RECENTLY_FAILED_VALUE |
static java.lang.String |
RUN_RISK_GROUP_TESTS_FIRST_PARAM
This runner parameter indicates that risk group tests should be run before other tests.
|
static final java.lang.String RUN_RISK_GROUP_TESTS_FIRST_PARAM
NEW_AND_MODIFIED_VALUE
- run tests from new and modified filesRECENTLY_FAILED_VALUE
- run recently failed testsAFFECTED_TESTS_DEPS_BASED_VALUE
- run tests affected by build changes, based on dependencies settingsstatic final java.lang.String RECENTLY_FAILED_VALUE
static final java.lang.String NEW_AND_MODIFIED_VALUE
static final java.lang.String AFFECTED_TESTS_DEPS_BASED_VALUE
static final java.lang.String RECENTLY_FAILED_TESTS_PARAM
static final java.lang.String RECENTLY_FAILED_TESTS_SEPARATOR
static final java.lang.String RECENTLY_FAILED_TESTS_FILE_PARAM
RECENTLY_FAILED_TESTS_PARAM
is saved.
The value is written to the file and then path to that file passed as system property to the build.