Module: RuntimeConstants

Included in:
ZZnamezzConfig
Defined in:
lib/taft_files/lib/config/runtime_constants.rb

Overview

This class holds parameters that may frequently change between test runs, e.g the test environment

Constant Summary collapse

CLOSE_BROWSER_AFTER_TEST =

close the browser if the test passed?

true
FORCE_CLOSE_BROWSER_AFTER_TEST =

always close the browser?

false
MAKE_ERROR_SCREENSHOTS =
true
ERROR_SCREENSHOT_LOCATION =
"screenshots"
WRITE_CI_REPORTS =
false
BROWSER =
:chrome
RESULTS_CSV =
"results.csv"