Skip to content

epeles/saucedemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SauceDemo Automation

Overview

This repository contains automated tests for the SauceDemo e-commerce web application using Selenium with Python. The tests are written using the Pytest framework and include integration with a CI/CD pipeline and Allure for detailed test reporting.

Table of Contents

Prerequisites

Before you begin, ensure you have the following installed:

  • Python 3.8 or higher
  • pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/saucedemo.git
    cd saucedemo
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate
  3. Install the required dependencies:

    pip install -r requirements.txt

Running Tests

To run the tests locally, use the following command:

pytest tests/main.py --alluredir=allure-results

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages