This project is an Automation Testing Framework built with Python and Selenium WebDriver for browser automation. It includes features for running web UI tests with pytest, generating HTML reports, parellel execution and managing browser sessions.
- Uses Selenium WebDriver with Chrome browser for automation.
- Test execution and management using pytest.
- HTML reports generation with timestamped report files.
- Supports ChromeDriver auto-installation using webdriver-manager.
- Browser session setup with fixtures for clean and reusable tests.
- Configuration for pytest hooks to customize report output.