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…
In this post, we will see how to use pytest options or parameters to run or skip specific tests. Pytest…
Virtual environment is a specific folder inside our project directory, used to install all the project specific packages & versions…
What is requirements.txt & it’s advantage When a person is working on a python project and added some python libraries…
In our previous few blog posts, we have learned how to write selenium tests using python, we will extend our…
In this post, we will look into the jenkins configuration to send email notifications & sending attachments to the email…
We have learned to how to identify element[s] by using xpath & css locator strategies, this post will explain the…