- Issue created by @AndyF
- π¬π§United Kingdom AndyF
Getting some gitlab gremlins, I tried to create an MR, it seemed to work, but didn't show up on d.o., and now when I do a compare on gitlab it shows me the option to view the existing MR which links to this 404 https://git.drupalcode.org/issue/dtt-3513161/-/merge_requests/20
But the code's there, it's just the MR that's proving reluctant.
- π¬π§United Kingdom AndyF
Ah...
Behat\Mink\Exception\UnsupportedDriverActionException: Request headers manipulation is not supported by Behat\Mink\Driver\Selenium2Driver
- πΊπΈUnited States moshe weitzman Boston, MA
See https://www.drupal.org/project/dtt/issues/3436284 π DTT can use different cached container than running site causing issues with testing Fixed for complications from this approach. Iβm not sure about the header proposal.
- π¬π§United Kingdom AndyF
Thanks @moshe!
See https://www.drupal.org/project/dtt/issues/3436284 π DTT can use different cached container than running site causing issues with testing Fixed for complications from this approach
Thanks, that's super helpful. I think I'm in the clear if I rebuild caches in the DTT context prior to running the very first test (which is something I think is useful anyway for running tests during development). Also the idea of detecting DTT can be used for simpler non-containery changes, like a simple config override.
Iβm not sure about the header proposal.
Not a problem, I'm not sure I can make it work anyway :p
I think I'm going to look at using the user agent string and setting it outside of Drupal.
Thanks as always for your prompt help, appreciate your time.