From b928efcb920e42f592bf4500692640117909f83c Mon Sep 17 00:00:00 2001 From: mayur-sose Date: Wed, 18 Dec 2024 20:42:19 +0530 Subject: [PATCH] chrome version change --- bin/ci/_includes.sh | 2 +- bin/ci/script.sh | 2 +- bin/ci/self-test/script.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/ci/_includes.sh b/bin/ci/_includes.sh index 26ae88e4e..3ce6d59ef 100755 --- a/bin/ci/_includes.sh +++ b/bin/ci/_includes.sh @@ -75,7 +75,7 @@ export DRUPAL_TEST_CHROMEDRIVER_AUTOSTART="false" export DRUPAL_TEST_DB_URL="sqlite://localhost/sites/default/files/db.sqlite" export DRUPAL_TEST_WEBDRIVER_CHROME_ARGS="--disable-gpu --headless --no-sandbox" export DRUPAL_TEST_WEBDRIVER_HOSTNAME="localhost" -export DRUPAL_TEST_WEBDRIVER_PORT="4444" +export DRUPAL_TEST_WEBDRIVER_PORT="5555" export DRUPAL_NIGHTWATCH_SEARCH_DIRECTORY=../../ if [[ "$GITLAB_CI" ]]; then diff --git a/bin/ci/script.sh b/bin/ci/script.sh index 8846d0e40..6b70dbe24 100755 --- a/bin/ci/script.sh +++ b/bin/ci/script.sh @@ -21,7 +21,7 @@ if [[ "$ORCA_ENABLE_NIGHTWATCH" == "TRUE" && "$ORCA_SUT_HAS_NIGHTWATCH_TESTS" && echo "ChromeDriver initialized via separate container..." else # @todo could we set DRUPAL_TEST_CHROMEDRIVER_AUTOSTART instead of launching Chromedriver manually? - chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=4444 & + chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=5555 & CHROMEDRIVER_PID=$! fi diff --git a/bin/ci/self-test/script.sh b/bin/ci/self-test/script.sh index 7c9d558a3..f2c60a5ef 100755 --- a/bin/ci/self-test/script.sh +++ b/bin/ci/self-test/script.sh @@ -56,7 +56,7 @@ if [[ "$ORCA_ENABLE_NIGHTWATCH" == "TRUE" && "$ORCA_SUT_HAS_NIGHTWATCH_TESTS" && echo "ChromeDriver initialized via separate container..." else # @todo Could we set DRUPAL_TEST_CHROMEDRIVER_AUTOSTART instead of launching ChromeDriver manually? - chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=4444 & + chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=5555 & CHROMEDRIVER_PID=$! fi