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 660c5fd712 - Show all commits

View file

@ -14,10 +14,10 @@ from playwright.sync_api import BrowserContext
from src.dirmanager import DirManager
pytest_plugins = [
# pytest_plugins = [
# "setup.setup_authentik",
"tests_authentik.authentik_plugin"
]
# "src.tests_authentik.authentik_plugin"
# ]
TIMEOUT = 5000