mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
Merge remote-tracking branch 'gitlab/master'
This commit is contained in:
@@ -62,7 +62,7 @@ func GetConfig() *Config {
|
||||
startTimeStr := cfg.StartTime.Format("20060102150405")
|
||||
resultsDir := filepath.Join(ResultsDirName, startTimeStr)
|
||||
cfg.resultsPath = filepath.Join(cfg.RootDir, resultsDir)
|
||||
cfg.downloadsPath = filepath.Join(cfg.RootDir, filepath.Join(DownloadsDirName, startTimeStr))
|
||||
cfg.downloadsPath = filepath.Join(cfg.RootDir, filepath.Join(DownloadsDirName))
|
||||
cfg.screenShotsPath = filepath.Join(cfg.resultsPath, ScreenshotsDirName)
|
||||
cfg.actionLogDirPath = filepath.Join(resultsDir, ActionLogDirName)
|
||||
globalConfig = cfg
|
||||
|
||||
Reference in New Issue
Block a user