You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by nguyet0310 June 7, 2022
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
The text was updated successfully, but these errors were encountered:
Discussed in #264
Originally posted by nguyet0310 June 7, 2022
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
The text was updated successfully, but these errors were encountered: