This repository contains a Selenium project for automated testing of a website.
Before running the project, make sure you have the following installed:
- Python (version 3.7 or higher)
-
Clone the repository to your local machine:
git clone https://github.com/your-username/selenium-project.git
-
Navigate to the project directory:
cd selenium-project -
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
For Windows:
venv\Scripts\activate
-
For macOS/Linux:
source venv/bin/activate
-
-
Install the required dependencies:
- Selenium (version 4.10.0 )
- Pytest (version 7.1.0)
pip install -r requirements.txt
To run the automated tests, execute the following command:
pytest -sContributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.
- Selenium: Web browser automation framework that forms the core of our project.