feat(test): update docker-compose file for cypress e2e testing

pull/3314/head
Anthony Lapenna 2019-10-28 16:51:59 +13:00
parent dbef3a0508
commit c6e9d8e616
1 changed files with 4 additions and 4 deletions

View File

@ -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