Omar Ortega

Creating a Selenium-Pytest Framework from scratch

In this first blog post we are going to learn on how to install the tools to start working with Pytest and Selenium. In this series of blogs I am going to go through on what is needed to create a POM (Page Object Model) framework from scratch, so you can create your own tests 🧐.

Installing all dependencies

We would need to first create a simple project, you can use whatever IDE you like, it can be VSCODE, PYCHARM (those instructions are out of the scope for this blog).