Skip to content

With Drupal 10.3+: the requested URL returned error: 500 #41

@andriokha

Description

@andriokha

Hi,

I'm finding that the latest version of Drupal this works with is 10.2. It seems to be down to #3240792 (see comment #63 onwards).

The following passes when $branch is 10.2.x but fails with 10.3.x.

git clone --depth 1 https://git.drupalcode.org/project/drupal -b $branch
cd drupal
ddev delete -Oy test-drupal || true
ddev config --project-name=test-drupal --php-version=8.1 --web-environment-add SYMFONY_DEPRECATIONS_HELPER=disabled
ddev start -y
ddev composer -n require "drupal/core-dev:^10"
ddev get ddev/ddev-selenium-standalone-chrome
ddev restart
ddev exec "curl -v selenium-chrome:4444/wd/hub/status"
ddev exec -d /var/www/html "vendor/bin/phpunit -v -c ./core/phpunit.xml.dist ./core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php"

As a workaround I'm using https://raw.githubusercontent.com/ddev/ddev-contrib/master/docker-compose-services/drupalci-chromedriver/docker-compose.chromedriver.yaml which uses drupalci/webdriver-chromedriver:production.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions