Files
authentik/tests/e2e/compose.yml
Jens L. 4f4e37f2b0 tests/e2e: add endpoint tests (#19072)
* tests/e2e: add endpoint tests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* dont rely on hostname

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2025-12-28 12:53:00 +01:00

20 lines
476 B
YAML

services:
chromium:
image: ghcr.io/goauthentik/selenium:143.0-ak-0.35.3
shm_size: 2g
network_mode: host
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
labels:
- io.goauthentik.tests=selenium
mailpit:
image: docker.io/axllent/mailpit:v1.28.0
ports:
- 1025:1025
- 8025:8025
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:8025"]
interval: 5s
start_period: 1s