net.nemerosa.ontrack.acceptance.AcceptanceTestContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-acceptance Show documentation
Show all versions of ontrack-acceptance Show documentation
Ontrack module: ontrack-acceptance
The newest version!
package net.nemerosa.ontrack.acceptance;
public interface AcceptanceTestContext {
String PRODUCTION = "production";
String SMOKE = "smoke";
String BROWSER_TEST = "browser-test";
/**
* For testing extensions
*/
String EXTENSIONS = "extensions";
/**
* For testing Vault integration
*/
String VAULT = "vault";
}