mirror of https://github.com/portainer/portainer
feat(test): update docker-compose file for cypress e2e testing
parent
dbef3a0508
commit
c6e9d8e616
|
@ -7,13 +7,13 @@ services:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
cypress:
|
cypress:
|
||||||
image: cypress/included:3.4.1
|
image: cypress/included:3.5.0
|
||||||
container_name: e2e-cypress
|
container_name: e2e-cypress
|
||||||
depends_on:
|
depends_on:
|
||||||
- portainer
|
- portainer
|
||||||
working_dir: /app
|
working_dir: /e2e
|
||||||
environment:
|
environment:
|
||||||
- CYPRESS_baseUrl=http://e2e-portainer:9000
|
- CYPRESS_baseUrl=http://e2e-portainer:9000
|
||||||
volumes:
|
volumes:
|
||||||
- ./cypress:/app/cypress
|
- ./cypress:/e2e/cypress
|
||||||
- ./cypress.json:/app/cypress.json
|
- ./cypress.json:/e2e/cypress.json
|
||||||
|
|
Loading…
Reference in New Issue