Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 581 Bytes

Cypress Testing Practice

A showcase of comprehensive test cases for an online bookstore, written in Cypress.

Quick Start

  1. Install Node.js and npm.
  2. Install Cypress via npm: npm install cypress --save-dev.
  3. Install Faker with npm install @faker-js/faker --save-dev.
  4. Run the tests: npx cypress open.

Features

  • Search for non-existent books and verify output.
  • Purchase books and verify the total order cost.
  • Verify the functionality of the checkout process.

Technologies

  • Cypress
  • JavaScript
  • HTML/CSS