improve runner commands

This commit is contained in:
Daniel 2023-11-24 18:31:24 +01:00
parent 8418e5aeb1
commit c9844bc688

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