integrate it into the ci

This commit is contained in:
kharhamel 2020-04-14 20:16:51 +02:00
parent a2ed7164e4
commit 56093201fb
3 changed files with 29 additions and 3 deletions

View file

@ -1,17 +1,17 @@
version: '3.3'
version: '3'
services:
wait_app:
image: dadarek/wait-for-dependencies
depends_on:
- traefik
- reverse-proxy
command: front:8080
cypress:
# the Docker image to use from https://github.com/cypress-io/cypress-docker-images
image: "cypress/included:3.2.0"
depends_on:
- traefik
- reverse-proxy
environment:
# pass base url to test pointing at the web application
- CYPRESS_baseUrl=http://front:8080