We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5e95b commit fcb3d2dCopy full SHA for fcb3d2d
1 file changed
scripts/sut-tests.sh
@@ -16,7 +16,7 @@ test_filter=${1:-'all'}
16
dcg_drupal_host=${DCG_DRUPAL_HOST:-'127.0.0.1'}
17
dcg_drupal_port=${DCG_DRUPAL_PORT:-'8085'}
18
dcg=$drupal_dir/vendor/bin/dcg
19
-dcg_wd_url=${DCG_WD_URL:-'http://localhost:4444'}
+dcg_wd_url=${DCG_WD_URL:-'http://localhost:4444/wd/hub'}
20
dcg_drupal_version=${DCG_DRUPAL_VERSION:-'11.x'}
21
drupal_repo='https://git.drupalcode.org/project/drupal.git'
22
0 commit comments