-
I need to set the command line value from a config file instead of calling it from the command line for example instead of invoking the tests with --reruns=1 set it in a config file and read it from there. |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Nov 22, 2021
Replies: 1 comment
-
@maburrub That's what a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@maburrub That's what a
pytest.ini
file is for. You can set default command-line arguments there.See https://github.com/seleniumbase/SeleniumBase/blob/master/examples/pytest.ini for an example one.