
com.katalon.testops.commons.core.Constants Maven / Gradle / Ivy
The newest version!
package com.katalon.testops.commons.core;
public class Constants {
public static final String TESTOPS_SERVER_URL_DEFAULT = "https://testops.katalon.io";
public static final String TESTOPS_REPORT_DIRECTORY_DEFAULT = "target/testops-report";
public static final String REPORT_FILE_EXTENSION = ".json";
public static final String TESTOPS_UUID_ATTR = "TO_UUID";
public static final String TESTOPS_SESSION_ID = "testops.session-id";
public static final String TESTOPS_REPORT_DIRECTORY = "testops.report-folder";
public static final String TESTOPS_PROJECT_ID = "testops.project-id";
public static final String TESTOPS_SERVER_URL = "testops.server-url";
public static final String TESTOPS_BUILD_LABEL = "testops.build-label";
public static final String TESTOPS_BUILD_URL = "testops.build-url";
public static final String TESTOPS_API_KEY = "testops.api-key";
public static final String TESTOPS_PROXY_OPTION = "testops.proxy.option";
public static final String TESTOPS_PROXY_SERVER_TYPE = "testops.proxy.server-type";
public static final String TESTOPS_PROXY_HOST = "testops.proxy.server-address";
public static final String TESTOPS_PROXY_PORT = "testops.proxy.server-port";
public static final String TESTOPS_PROXY_USERNAME = "testops.proxy.username";
public static final String TESTOPS_PROXY_PASSWORD = "testops.proxy.password";
public static final String REPORT_PATTERN = ".*(?i)\\.json";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy