85c0e50c21
Test client integration (client loads) Test auth integration (client logs in) Test backend integration (accept request) - broken Test autoupdate integration (sends au to client) Add manual cypress tests Add dockered cypress tests Add Readme Add test execution to makefile Add test execution to github-actions TODO: - Create user for tests - flush db after every test
11 lines
239 B
YAML
11 lines
239 B
YAML
version: "3"
|
|
services:
|
|
cypress:
|
|
build: .
|
|
image: cypress
|
|
volumes:
|
|
- ./results/videos :/app/cypress/videos
|
|
- ./results/screenshots :/app/cypress/screenshots
|
|
extra_hosts:
|
|
host.docker.internal: host-gateway
|