Skip to content

Commit

Permalink
port changed for self-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Dec 31, 2024
1 parent c816023 commit 3a06c01
Showing 1 changed file with 1 addition and 1 deletion.
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=9898 &
chromedriver --disable-dev-shm-usage --disable-extensions --disable-gpu --headless --no-sandbox --port=4444 &
CHROMEDRIVER_PID=$!
fi

Expand Down

0 comments on commit 3a06c01

Please sign in to comment.