/CypressChallenge2

End-to-end testing suite for an online bookstore using Cypress, showcasing comprehensive testing scenarios.

Primary LanguageJavaScript

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