Skip to content

Latest commit

 

History

History
122 lines (84 loc) · 3.96 KB

README.md

File metadata and controls

122 lines (84 loc) · 3.96 KB

MIT License


Logo

Sauce Demo Website Automation Tests

A simple project that performs several end-to-end automated tests for the Sauce Demo website.
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contact

About The Project

Product Name Screen Shot

This project was developed to perform several simple end-to-end automated tests including:

  1. Logging into the application functions as intended
  2. Adding and removing items from cart
  3. Ensuring the menus operate correctly on the homepage
  4. Successful product purchase

(back to top)

Built With

(back to top)

Getting Started

First, we'll need to copy this repo to your machine, then open the project with Visual Studio Code:

Opening and Running the Program

  1. Clone the repo
    git clone https://github.com/jwhaubrich/SauceDemoAutomatedTests
  2. Open up Visual Studio Code
  3. When prompted, navigate to the folder where the repo is located
  4. Open the entire SauceDemoAutomatedTests folder with Visual Studio Code
  5. Edit the project as you wish!

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git switch -c feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Joe Haubrich - @joe_haubrich - jwhaubrich@gmail.com

Project Link: https://github.com/jwhaubrich/SauceDemoAutomatedTests

(back to top)