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
This project was developed to perform several simple end-to-end automated tests including:
- Logging into the application functions as intended
- Adding and removing items from cart
- Ensuring the menus operate correctly on the homepage
- Successful product purchase
First, we'll need to copy this repo to your machine, then open the project with Visual Studio Code:
- Clone the repo
git clone https://github.com/jwhaubrich/SauceDemoAutomatedTests
- Open up Visual Studio Code
- When prompted, navigate to the folder where the repo is located
- Open the entire SauceDemoAutomatedTests folder with Visual Studio Code
- Edit the project as you wish!
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!
- Fork the Project
- Create your Feature Branch (
git switch -c feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Joe Haubrich - @joe_haubrich - jwhaubrich@gmail.com
Project Link: https://github.com/jwhaubrich/SauceDemoAutomatedTests