Files
authentik/tests/e2e/compose.yml
T
Jens L. 9508ac62ce tests/e2e: fix proxy tests failing due to in-use port (#22785)
* tests/e2e: fix proxxy tests failing due to in-use port

* correctly update providers once container is created

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

* fix connectivity test

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

* idk man

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

* hmm

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

* fix duplicate port?

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

* Revert "fix connectivity test"

This reverts commit e531c650ad.

* Revert "correctly update providers once container is created"

This reverts commit cda9684db7.

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

# Conflicts:
#	tests/e2e/test_provider_proxy.py

* Revert "tests/e2e: fix proxxy tests failing due to in-use port"

This reverts commit d224b54f52.

* remove debug

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2026-06-02 14:09:47 +02:00

24 lines
553 B
YAML

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