add comment
This commit is contained in:
parent
7655373945
commit
f8683ac322
1 changed files with 6 additions and 0 deletions
6
main.py
6
main.py
|
|
@ -5,6 +5,12 @@ from pathlib import Path
|
|||
from src.utils import get_session_id
|
||||
from src.wrapper import Wrapper
|
||||
|
||||
# The env file list is the input to testing framework. each env file triggers
|
||||
# the execution of one test Runner and provides configuration to the tests
|
||||
# inside the runner. There can be dependencies, for example wordpress requires
|
||||
# that authentik ran first to create the admin session and the user session.
|
||||
# At the moment, wrong ordering results in unsuccessful test (wrong ordering
|
||||
# would be wordpress env file is before authentik env file).
|
||||
ENV_FILES = [
|
||||
Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik
|
||||
# Path("envfiles/blog.test.dev.local-it.cloud.env"), # wordpress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue