Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 633 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 633 Bytes

Cypress automation for the Sauce Labs Swag Store saucedemo.com

This project only includes the Cypress code for automation, not the saucedemo.com application. By default, baseUrl is set to https://www.saucedemo.com/, but could be modified to use a locally running instance of https://github.com/saucelabs/sample-app-web This test project demonstrates:

  • Custom commands
  • Dynamic test creation from fixture data
  • Lightweight page object
  • Approaches to verifying complex objects/data
  • Use of fakerJS for input generation

Requires Node and NPM

Setup

npm install

Running Cypress

npx cypress open