No description
Find a file
Daniel d2cd6ba47f authentik setup and tracing (#2)
* authentik sessions created successfully during setup without breaking tracing

* setup works on EN and DE localization by using regex patterns

* automated tracing with pytest --trace option, manual hook no longer needed

Reviewed-on: local-it-infrastructure/e2e_tests#2
Co-authored-by: Daniel <d.brummerloh@gmail.com>
Co-committed-by: Daniel <d.brummerloh@gmail.com>
2023-11-27 17:01:45 +01:00
envfiles@a8375f6fc7 [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
previous-work [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
src authentik setup and tracing (#2) 2023-11-27 17:01:45 +01:00
.gitignore authentik setup and tracing (#2) 2023-11-27 17:01:45 +01:00
.gitmodules [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
docker-compose.yml [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
Dockerfile [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
main.py authentik setup and tracing (#2) 2023-11-27 17:01:45 +01:00
pyproject.toml authentik setup and tracing (#2) 2023-11-27 17:01:45 +01:00
README.md [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
requirements.txt [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00

Readme

docker compose build
docker compose run --rm app python ./main.py
docker compose run --rm app pytest
# docker-compose up

Force rebuild with cache

docker-compose up --build

Force rebuild wtihtout cache

docker-compose build --no-cache