github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/integration/testdata/TestGaugeIntegration/gauge-java/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  # Set to true to use multithreading for parallel execution
    19  enable_multithreading = false
    20  
    21  # The path the gauge specifications directory. Takes a comma separated list of specification files/directories.
    22  gauge_specs_dir = specs
    23  
    24  # The default delimiter used read csv files.
    25  csv_delimiter = ,
    26  
    27  # Allows steps to be written in multiline
    28  allow_multiline_step = false