This is a simple UI automation framework built with Python, pytest, and Selenium.
- Easy-to-use UI automation framework.
- Based on popular Python libraries: pytest and Selenium.
- Supports Chrome,Firefox and Remote browsers for UI testing.
- Provides utilities for setting up and managing WebDriver instances.
- Python 3.8-3.11
- Clone this repository
- Install required dependencies with
pip install -r requirements.txt