We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57abe5e commit 1536c4cCopy full SHA for 1536c4c
module/VisualCeption.php
@@ -116,7 +116,7 @@ private function getScreenshotPath ($identifier)
116
{
117
$debugDir = \Codeception\Configuration::logDir() . 'debug/tmp/';
118
if (! is_dir($debugDir)) {
119
- mkdir($debugDir, 0666);
+ mkdir($debugDir, 0666, true);
120
}
121
return $debugDir . $this->getScreenshotName($identifier);
122
0 commit comments