mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(test): update docker-compose file for cypress e2e testing
This commit is contained in:
parent
dbef3a0508
commit
c6e9d8e616
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue