Closed
Description
We plan to use different domains for the magento storefront and the backend. And we would like to add acceptance tests to our ci pipeline which are as close to production as possible.
Currently there doesn't seem to be a way to separate storefront and backend.
For example it should be possible to write a test like this:
- Login to backend on (backend.example.com/admin)
- Create simple product
- Verfiy on storefront (store.example.com) that the product exists
There are already some places in the codebase where this distinction seemed to have been considered (like in functional.suite.dist.yml), but I haven't found a way to use this configuration in a test.