github.com/getgauge/gauge@v1.6.9/env/_testdata/proj9/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=specs
     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  property1 = value1