Documentation ¶
Index ¶
Constants ¶
View Source
const ( SpecsDir = "gauge_specs_dir" GaugeReportsDir = "gauge_reports_dir" LogsDirectory = "logs_directory" OverwriteReports = "overwrite_reports" ScreenshotOnFailure = "screenshot_on_failure" SaveExecutionResult = "save_execution_result" // determines if last run result should be saved CsvDelimiter = "csv_delimiter" AllowMultilineStep = "allow_multiline_step" )
Variables ¶
This section is empty.
Functions ¶
func CurrentEnv ¶ added in v0.1.4
func CurrentEnv() string
CurrentEnv returns the value of currentEnv
func LoadEnv ¶
LoadEnv first generates the map of the env vars that needs to be set. It starts by populating the map with the env passed by the user in --env flag. It then adds the default values of the env vars which are required by Gauge, but are not present in the map.
Finally, all the env vars present in the map are actually set in the shell.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.