Can I ran test with different pylenium.json in cmd #264
nguyet0310
started this conversation in
General
Replies: 2 comments
-
As of right now, no. You cannot pass in a config file to use. Instead, you would pass the CLI args for the config options you'd like to set. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was resolved in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got a requirement, that run test in cmd, for Eg. if I run python -m pytest tests/test_signin_page.py -> it will pick pylenium.json by default. but is it Ok to run python -m pytest tests/test_signin_page.py with another configuration file name pylenium_LT_Edge.json in cmd like, is there any thing like: python -m pytest tests/test_signin_page.py -c pylenium_LT_Edge.json
Beta Was this translation helpful? Give feedback.
All reactions