github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/integration/testdata/TestGaugeIntegration/gauge-js/env/default/default.properties (about) 1 # default.properties 2 # properties set here will be available to the test execution as environment variables 3 4 # sample_key = sample_value 5 6 #The path to the gauge reports directory. Should be either relative to the project directory or an absolute path 7 gauge_reports_dir = reports 8 9 #Set as false if gauge reports should not be overwritten on each execution. A new time-stamped directory will be created on each execution. 10 overwrite_reports = true 11 12 # Set to false to disable screenshots on failure in reports. 13 screenshot_on_failure = true 14 15 # The path to the gauge logs directory. Should be either relative to the project directory or an absolute path 16 logs_directory = logs 17 18 # The path the gauge specifications directory. Takes a comma separated list of specification files/directories. 19 gauge_specs_dir = specs 20 21 # The default delimiter used read csv files. 22 csv_delimiter = ,