Skip to content

Commit

Permalink
Rename screenshots_dir env to gauge_screenshots_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
negiDharmendra committed Jan 9, 2020
1 parent 15550c6 commit eaf13b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (

const (
DefaultReportsDir = "reports"
GaugeReportsDirEnvName = "gauge_reports_dir" // directory where reports are generated by plugins
ScreenshotsDirName = "screenshots_dir" // directory where reports are generated by plugins
GaugeReportsDirEnvName = "gauge_reports_dir" // directory where reports are generated by plugins
ScreenshotsDirName = "gauge_screenshots_dir" // directory where screenshots are stored
OverwriteReportsEnvProperty = "overwrite_reports"
UseNestedSpecs = "use_nested_specs"
SaveExecutionResult = "save_execution_result"
Expand Down

0 comments on commit eaf13b7

Please sign in to comment.