Skip to content
Snippets Groups Projects
Commit edef834b authored by jurgenhaas's avatar jurgenhaas
Browse files

Integrate Cypress testing: add support for docker inside cypress container

parent 4313028c
No related branches found
No related tags found
1 merge request!41Merging develop into main
Pipeline #629625 passed
......@@ -523,7 +523,7 @@ services:
{% if cypress.enable|default(0) %}
cypress:
image: 'lakedrops/cypress:{{ cypress.version }}'
image: 'registry.lakedrops.com/docker/cypress:{{ cypress.version }}'
environment:
- CYPRESS_baseUrl={{ projectprotocol }}://{{ projectdomain }}{{ projectport }}
- PHP_CONTAINER={{ projectname }}-php-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment