Skip to content

Bemuh/CypressChallenge2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published