github.com/mattdotmatt/gauge@v0.3.2-0.20160421115137-425a4cdccb62/skel/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