io.github.kgress.scaffold.TestContextSetting Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of framework Show documentation
Show all versions of framework Show documentation
Core components for Scaffold
package io.github.kgress.scaffold;
/**
* Various config settings available to use with TestContext settings.
*/
public interface TestContextSetting {
String IMPLICIT_SCROLLING_ENABLED = "implicit_scolling_enabled";
String PROXY_MANAGER = "proxy_manager";
String PROXY_ASSIGNER = "proxy_assigner";
String QUEUE_HOST = "queue_host";
String QUEUE_NAME = "queue_name";
String TEST_RUN_ID = "test_run_id";
String SESSION_ID = "SESSION_ID";
String TEST_APPLICATION_CONTEXT = "test_application_context";
String WAIT_CONDITION = "wait_condition";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy