diff --git a/archived/symfony.panther/292a3236e81f55b545b09b9954ab097248972ab3.json b/archived/symfony.panther/292a3236e81f55b545b09b9954ab097248972ab3.json new file mode 100644 index 00000000..0bec573d --- /dev/null +++ b/archived/symfony.panther/292a3236e81f55b545b09b9954ab097248972ab3.json @@ -0,0 +1,44 @@ +{ + "manifests": { + "symfony/panther": { + "manifest": { + "dockerfile": [ + "# Chromium and ChromeDriver", + "ENV PANTHER_NO_SANDBOX 1", + "# Not mandatory, but recommended", + "ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage'", + "RUN apk add --no-cache chromium chromium-chromedriver", + "", + "# Firefox and geckodriver", + "#ARG GECKODRIVER_VERSION=0.29.0", + "#RUN apk add --no-cache firefox", + "#RUN wget -q https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz; \\", + "#\ttar -zxf geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz -C /usr/bin; \\", + "#\trm geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz" + ], + "add-lines": [ + { + "file": "phpunit.xml.dist", + "content": " ", + "position": "after_target", + "target": "", + "warn_if_missing": true + } + ], + "post-install-output": [ + " * Install ChromeDriver or geckodriver with ", + " the package manager of your Operating System.", + " ", + " Alternatively, use Browser Driver Installer:", + "", + " composer require --dev dbrekelmans/bdi", + " vendor/bin/bdi detect drivers", + "", + " This step is not necessary when using Docker." + ] + }, + "files": [], + "ref": "292a3236e81f55b545b09b9954ab097248972ab3" + } + } +} diff --git a/symfony.panther.1.0.json b/symfony.panther.1.0.json index b72cc7fa..0bec573d 100644 --- a/symfony.panther.1.0.json +++ b/symfony.panther.1.0.json @@ -21,7 +21,8 @@ "file": "phpunit.xml.dist", "content": " ", "position": "after_target", - "target": "" + "target": "", + "warn_if_missing": true } ], "post-install-output": [ @@ -37,7 +38,7 @@ ] }, "files": [], - "ref": "2e163d6c3d10688ce3eac42afe5bf9e1fcb7327e" + "ref": "292a3236e81f55b545b09b9954ab097248972ab3" } } }