Skip to content

Commit

Permalink
Change file names
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Drumev committed Jun 19, 2024
1 parent 5c95de0 commit d95cbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Module/VisualCeption.php
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ protected function _initVisualReport()
}
$filename = 'vcresult';
if ($this->currentEnvironment) {
$filename .= '.' . $this->currentEnvironment;
$filename .= '.' . explode('/', $this->config['referenceImageDir'])[1];
}
$this->logFile = Configuration::outputDir() . $filename . '.html';

Expand Down

0 comments on commit d95cbe2

Please sign in to comment.