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.
- npm init [npm install]
- npm install cypress
- npm install cypress-xpath
- npm install cypress@latest
- 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
2023-08-28.01-29-38.mp4
Login
1.login.e2e.js.mp4
Add Category
2.category.e2e.js.mp4
Add Product
3.product.e2e.js.mp4
Features tested includes:
- Login
- Add Category
- Add Product