Skip to content

kettei/cypress-task-sanbercode-47

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI Automation Repository for kasirAja Website (POS Website) using Cypress

Welcome to UI Automation Reposity for kasirAja website using Cypress. This is an automated test case examples for Login, Add Category, and Add Product feature (CRUD) in kasirAja website.

Table of Contents

Framework and How to Install

  • npm init [npm install]
  • npm install cypress
  • npm install cypress-xpath
  • npm install cypress@latest

How to Run

  • npx cypress run --spec cypress\support\e2e\1.login.e2e.js
  • npx cypress run --spec cypress\support\e2e\2.category.e2e.js
  • npx cypress run --spec cypress\support\e2e\3.product.e2e.js

Evidence

2023-08-28.01-29-38.mp4

Evidence Each Run

Login

1.login.e2e.js.mp4

Add Category

2.category.e2e.js.mp4

Add Product

3.product.e2e.js.mp4

API / Features

Features tested includes:

  • Login
  • Add Category
  • Add Product

About

UI Automation for kasirAja website using Cypress.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published