authentik setup and tracing #2
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ class Runner:
|
|||
test_dir_name: Optional[Path] = None
|
||||
main_test_name: Optional[str] = None
|
||||
sub_tests: list[SubTest] = []
|
||||
dependencies: list[str] = []
|
||||
|
||||
def __init__(self, dotenv_path: Path, tests_dir: Path, session_id: str):
|
||||
self.dotenv_path = dotenv_path
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@ class RunnerWordpress(Runner):
|
|||
SubTest(condition=condition_always_false, test_file="test_wordpress_feature1.py"),
|
||||
SubTest(condition=condition_always_true, test_file="conftest.py"),
|
||||
]
|
||||
dependencies: list[str] = ["authentik"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue