diff --git a/symfony/panther/1.0/error-screenshots/.gitignore b/symfony/panther/1.0/error-screenshots/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/symfony/panther/1.0/manifest.json b/symfony/panther/1.0/manifest.json index a815d1d0..dae9e985 100644 --- a/symfony/panther/1.0/manifest.json +++ b/symfony/panther/1.0/manifest.json @@ -1,4 +1,10 @@ { + "copy-from-recipe": { + "error-screenshots/": "tests/error-screenshots/" + }, + "gitignore": [ + "/tests/error-screenshots/*.png" + ], "dockerfile": [ "# Chromium and ChromeDriver", "ENV PANTHER_NO_SANDBOX 1", diff --git a/symfony/phpunit-bridge/4.1/.env.test b/symfony/phpunit-bridge/4.1/.env.test index d0486867..7bbe2897 100644 --- a/symfony/phpunit-bridge/4.1/.env.test +++ b/symfony/phpunit-bridge/4.1/.env.test @@ -3,3 +3,4 @@ KERNEL_CLASS='App\Kernel' APP_SECRET='$ecretf0rt3st' SYMFONY_DEPRECATIONS_HELPER=999999 PANTHER_APP_ENV=panther +PANTHER_ERROR_SCREENSHOT_DIR=./tests/error-screenshots