test: End to end integrated test for call widget

This commit is contained in:
Valere
2025-03-25 08:18:34 +01:00
parent 7ca70cf4ab
commit 0fbde40359
8 changed files with 387 additions and 1 deletions

View File

@@ -51,6 +51,17 @@ services:
networks:
- ecbackend
element-web:
image: ghcr.io/element-hq/element-web:develop
volumes:
- ./backend/ew.test.config.json:/app/config.json
environment:
ELEMENT_WEB_PORT: 81
ports:
- "8081:81"
networks:
- ecbackend
synapse:
hostname: homeserver
image: docker.io/matrixdotorg/synapse:latest