authentik setup and tracing #2

Merged
dan merged 69 commits from working-setup into dev 2023-11-27 17:01:47 +01:00
Showing only changes of commit 1181c26595 - Show all commits

View file

@ -14,7 +14,8 @@ from icecream import ic
from playwright.sync_api import BrowserContext
pytest_plugins = [
"setup.setup_authentik",
# "setup.setup_authentik",
"tests_authentik.authentik_plugin"
]