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
- Pay attention while running CI on your local git resources must contain proper chrome driver with x86_64 architecture
- Added CI configuration to run tests for ubuntu run_test_ubuntu.yaml