-
- All Implemented Interfaces:
public interface EnvironmentInfoProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEnvironmentInfoProvider.Default
-
Method Summary
Modifier and Type Method Description abstract StringgetExecutionId()Current test execution id, relevant in CI environment in order to have separate environments for separate test suite runs (even against the same VCS tag) -
-
Method Detail
-
getExecutionId
abstract String getExecutionId()
Current test execution id, relevant in CI environment in order to have separate environments for separate test suite runs (even against the same VCS tag)
-
-
-
-