From ff7f2883869fd47ee7a56b2a7ad5e70dc2d0cbe4 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 21 Jun 2023 06:31:09 +0000 Subject: [PATCH] Update Flex endpoint --- ...a3236e81f55b545b09b9954ab097248972ab3.json | 44 +++++++++++++++++++ symfony.panther.1.0.json | 5 ++- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 archived/symfony.panther/292a3236e81f55b545b09b9954ab097248972ab3.json 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" } } }