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