Class: ZZnamezzConfig

Inherits:
Object
  • Object
show all
Includes:
RuntimeConstants
Defined in:
lib/taft_files/lib/config/zznamezz_config.rb

Constant Summary collapse

CERTIFICATE_DIR =
"certs"
CERTIFICATE_POPUP_TIMEOUT =
15
API_VERSION =
"latest"
SERVERS =
{
    :test_1 => {:zznamezz_url => "https://"},
    :ref_1 => {:zznamezz_url => "https://"},
}
SERVER =
SERVERS[$TEST_ENV]
PASSED =
"Passed"
FAILED =
"Failed"
DISALLOWED_FIELD_NAMES =
["name"]
ALL_USER_ROLES =
["all"]

Constants included from RuntimeConstants

RuntimeConstants::BROWSER, RuntimeConstants::CLOSE_BROWSER_AFTER_TEST, RuntimeConstants::ERROR_SCREENSHOT_LOCATION, RuntimeConstants::FORCE_CLOSE_BROWSER_AFTER_TEST, RuntimeConstants::MAKE_ERROR_SCREENSHOTS, RuntimeConstants::RESULTS_CSV, RuntimeConstants::WRITE_CI_REPORTS