Skip to content

Commit

Permalink
chrome version change
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Dec 18, 2024
1 parent 2a46635 commit b928efc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/ci/_includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bin/ci/self-test/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b928efc

Please sign in to comment.