The Drupal behat testing I have seen uses the host nginx as drupal will allow it if you add the name to the trusted hosts.
With Wordpress having a set URL for the site wordpress.docker.localhost so using nginx will not work. Adding a hosts entry for IP wordpress.docker.localhost will not work long term as the docker IP will change.
Looking for ideas on setting up behat with docker4wordpress or adding something to the setup.
The Drupal behat testing I have seen uses the host
nginxas drupal will allow it if you add the name to the trusted hosts.With Wordpress having a set URL for the site
wordpress.docker.localhostso usingnginxwill not work. Adding a hosts entry forIP wordpress.docker.localhostwill not work long term as the docker IP will change.Looking for ideas on setting up behat with docker4wordpress or adding something to the setup.