better approach

This commit is contained in:
Kévin Dunglas
2021-02-03 18:14:14 +01:00
parent d0b74277e1
commit 84f51e8d1e
3 changed files with 2 additions and 7 deletions
-6
View File
@@ -1,10 +1,4 @@
{
"copy-from-recipe": {
"error-screenshots/": "tests/error-screenshots/"
},
"gitignore": [
"/tests/error-screenshots/*.png"
],
"dockerfile": [
"# Chromium and ChromeDriver",
"ENV PANTHER_NO_SANDBOX 1",
+2 -1
View File
@@ -8,7 +8,8 @@
"gitignore": [
".phpunit",
".phpunit.result.cache",
"/phpunit.xml"
"/phpunit.xml",
"error-screenshots/"
],
"aliases": ["simple-phpunit"]
}