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
|
||||
|
||||
cypress:
|
||||
image: cypress/included:3.4.1
|
||||
image: cypress/included:3.5.0
|
||||
container_name: e2e-cypress
|
||||
depends_on:
|
||||
- portainer
|
||||
working_dir: /app
|
||||
working_dir: /e2e
|
||||
environment:
|
||||
- CYPRESS_baseUrl=http://e2e-portainer:9000
|
||||
volumes:
|
||||
- ./cypress:/app/cypress
|
||||
- ./cypress.json:/app/cypress.json
|
||||
- ./cypress:/e2e/cypress
|
||||
- ./cypress.json:/e2e/cypress.json
|
||||
|
|
Loading…
Reference in New Issue