Skip to content

Commit d0b7427

Browse files
committed
panther: enable the screenshot on failure feature
1 parent 59c8410 commit d0b7427

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

symfony/panther/1.0/error-screenshots/.gitignore

Whitespace-only changes.

symfony/panther/1.0/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"copy-from-recipe": {
3+
"error-screenshots/": "tests/error-screenshots/"
4+
},
5+
"gitignore": [
6+
"/tests/error-screenshots/*.png"
7+
],
28
"dockerfile": [
39
"# Chromium and ChromeDriver",
410
"ENV PANTHER_NO_SANDBOX 1",

symfony/phpunit-bridge/4.1/.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ KERNEL_CLASS='App\Kernel'
33
APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999
55
PANTHER_APP_ENV=panther
6+
PANTHER_ERROR_SCREENSHOT_DIR=./tests/error-screenshots

0 commit comments

Comments
 (0)