You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging an issue here which we have discovered where its not possible to run behat tests using this addon where the base_url in the behat.yml config file is set to a url which is listed as an additional_hostname entry in the .ddev/config.yaml file.
Our scenario for doing this is because we have a website which uses domain-based localisation, and we added a behat specific url to the additional hostnames so that we can run behat tests on path-based localisation.
Steps to reproduce:
Set up a vanilla ddev project
add this repo's addon.
configure basic behat (I followed the instructions here)
Run the test and see that the tests run and pass.
Add a new alternative url to additional_hostnames in .ddev/config.yaml
Hello,
Logging an issue here which we have discovered where its not possible to run behat tests using this addon where the
base_url
in the behat.yml config file is set to a url which is listed as anadditional_hostname
entry in the.ddev/config.yaml
file.Our scenario for doing this is because we have a website which uses domain-based localisation, and we added a behat specific url to the additional hostnames so that we can run behat tests on path-based localisation.
Steps to reproduce:
additional_hostnames
in.ddev/config.yaml
behat.yml
with the new url.The text was updated successfully, but these errors were encountered: