Getting started with pytest to write selenium tests using python
In our previous few blog posts, we have learned how to write selenium tests using python, we will extend our learning to use pytest as our unit testing framework and write a simple selenium test using pytest and learn more about this library. Prerequisite – Configure & run python on PyCharm Write first selenium test…