Skip to content

San-aoun/Cypress_UI-API_AutomationTest_Ecommerce-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

  • Automate UI for commercial system
  • Automate API for commercial system

Getting Started

  1. Installation :
    • Visual Studio Code (or other IDE)
    • Node.js 10
    • Cypress version 10 or above

Running test

  1. Clone project
  2. Goes to project directory (guardrails-qa-automation-challenge)
  3. Install dependency:
    • npm install
    • npm init
    • npm install cypress --save-dev
  4. Running test:
    • npm run test:cypress (headless)
    • npm run test:cypressUI (Open Browser)

Customize test

  1. Edit test data
    • change example.json

Releases

No releases published

Packages

No packages published