This repository contains Selenium automation tests in Python.
It is structured to be used in CI/CD pipelines such as Jenkins. deepika
tests/- All test scripts.utils/- Helper functions.requirements.txt- Python dependencies.Jenkinsfile- Pipeline to run tests in Jenkins.
- Clone the repo:
git clone https://github.com/your-org/selenium-tests.git
cd selenium-tests- Install dependencies:
pip install -r requirements.txt- Run a test:
python3 tests/test_example_com.pyPage title is: Example Domain
Test passed: Found expected text.