Skip to content

Raunik2/Selenium_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Project

This repository contains a Selenium project for automated testing of a website.

Prerequisites

Before running the project, make sure you have the following installed:

  • Python (version 3.7 or higher)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/selenium-project.git
  2. Navigate to the project directory:

    cd selenium-project
  3. Create a virtual environment:

    python -m venv venv
  4. Activate the virtual environment:

    • For Windows:

      venv\Scripts\activate
    • For macOS/Linux:

      source venv/bin/activate
  5. Install the required dependencies:

    • Selenium (version 4.10.0 )
    • Pytest (version 7.1.0)
    pip install -r requirements.txt

Usage

To run the automated tests, execute the following command:

pytest -s

Contributing

Contributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.

Acknowledgements

  • Selenium: Web browser automation framework that forms the core of our project.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors