improve runner commands
This commit is contained in:
parent
8418e5aeb1
commit
c9844bc688
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue