mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
better approach
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
"gitignore": [
|
||||
".phpunit",
|
||||
".phpunit.result.cache",
|
||||
"/phpunit.xml"
|
||||
"/phpunit.xml",
|
||||
"error-screenshots/"
|
||||
],
|
||||
"aliases": ["simple-phpunit"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user