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 c9844bc688 - Show all commits

View file

@ -48,8 +48,8 @@ class Runner:
command_arguments = [] command_arguments = []
command_arguments.append("-v") # command_arguments.append("-v")
command_arguments.append("-rp") # command_arguments.append("-rx")
command_arguments.append(str(full_test_path)) command_arguments.append(str(full_test_path))
command_arguments.append("--env_file") command_arguments.append("--env_file")
@ -73,8 +73,7 @@ class Runner:
# warning: https://github.com/microsoft/playwright-pytest/issues/111 # warning: https://github.com/microsoft/playwright-pytest/issues/111
# --output only works with the given context and page fixture # --output only works with the given context and page fixture
# disable capturing # Disable capturing. With -s set, prints will go to console as if pytest is not there.
# pytest -s # disable all capturing
# command_arguments.append("-s") # command_arguments.append("-s")
# headed # headed