only trace on fail

This commit is contained in:
Daniel 2023-11-27 14:19:35 +01:00
parent bfcd75162b
commit 818d2ca8be

View file

@ -69,8 +69,8 @@ class Runner:
# tracing
command_arguments.append("--tracing")
# command_arguments.append("retain-on-failure")
command_arguments.append("on")
command_arguments.append("retain-on-failure")
# command_arguments.append("on")
# warning: https://github.com/microsoft/playwright-pytest/issues/111
# --output only works with the given context and page fixture