Pytest options – how to skip or run specific tests
In this post, we will see how to use pytest options or parameters to run or skip specific tests. Pytest options are basically the command line parameters used with pytest to run tests, these options helps while running tests in tolls like jenkins, circle CI or azure-devops environments. let’s first consider below test methods as…