Skip to content
Snippets Groups Projects

Removed K8S

Merged jfriedli requested to merge develop into master
11 files
+ 230
269
Compare changes
  • Side-by-side
  • Inline
Files
11
test/cypress.yml 0 → 100644
+ 15
0
 
version: '3.7'
 
services:
 
cypress:
 
image: "cypress/included:3.2.0"
 
entrypoint: ./test/wait-for-it.sh -t 0 mat2-web-frontend:8080 -- cypress run
 
networks:
 
- main
 
depends_on:
 
- mat2-web-frontend
 
- mat2-web-api
 
environment:
 
- CYPRESS_baseUrl=http://mat2-web-frontend:8080
 
working_dir: /e2e
 
volumes:
 
- ../:/e2e
Loading