import all authentik fixtures
This commit is contained in:
parent
add21a694e
commit
3e142a7593
1 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,12 @@ from dotenv import dotenv_values
|
|||
from playwright.sync_api import BrowserContext, Page
|
||||
|
||||
from src.dirmanager import DirManager
|
||||
from src.tests_authentik.fixtures_authentik import (
|
||||
authentik_admin_context,
|
||||
authentik_admin_page,
|
||||
authentik_user_context,
|
||||
authentik_user_page,
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue