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
{{ message }}
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
The site I'm testing this with is a pantheon site. They annoyingly don't allow for docroots other than the repo root. I've fixed this by adding a symlink for docroot that points to the repo root, but this isn't optimal.
$ ln -s ./ docroot
Similarly, my tests are not in /tests/behat like the current setup assumes. It would be nice to just set these settings in the docker-compose.yml
I think these could both be environment settings.
The text was updated successfully, but these errors were encountered:
The site I'm testing this with is a pantheon site. They annoyingly don't allow for docroots other than the repo root. I've fixed this by adding a symlink for docroot that points to the repo root, but this isn't optimal.
Similarly, my tests are not in /tests/behat like the current setup assumes. It would be nice to just set these settings in the docker-compose.yml
I think these could both be
environment
settings.The text was updated successfully, but these errors were encountered: