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 0747f26 commit 5823d02Copy full SHA for 5823d02
composer.json
@@ -11,7 +11,7 @@
11
"comparison",
12
"regression"
13
],
14
- "version": "1.0.3",
+ "version": "1.0.4",
15
"type": "library",
16
"license": "MIT",
17
"autoload": {
src/ServiceProvider.php
@@ -26,6 +26,9 @@ public function boot()
26
27
if (! file_exists($filePath)) {
28
$this->driver->takeScreenshot($filePath);
29
+ Assert::assertTrue(false, 'Reference screenshot stored successfully.');
30
+
31
+ return $this;
32
}
33
34
$this->driver->takeScreenshot($diffFilePath);
0 commit comments