add comment

This commit is contained in:
Daniel 2023-11-27 12:06:46 +01:00
parent 7655373945
commit f8683ac322

View file

@ -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