github.com/getgauge/gauge@v1.6.9/env/_testdata/proj8/customEnv/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  gauge_specs_dir = anotherSpecDir
     6  
     7  #The path to the gauge reports directory. Should be either relative to the project directory or an absolute path
     8  gauge_reports_dir = reports_dir
     9  
    10  #Set as false if gauge reports should not be overwritten on each execution. A new time-stamped directory will be created on each execution.
    11  overwrite_reports = false
    12  
    13  # Set to false to disable screenshots on failure in reports.
    14  screenshot_on_failure = false
    15  
    16  # The path to the gauge logs directory. Should be either relative to the project directory or an absolute path
    17  logs_directory = logs