A showcase of comprehensive test cases for an online bookstore, written in Cypress.
- Install Node.js and npm.
- Install Cypress via npm:
npm install cypress --save-dev
. - Install Faker with
npm install @faker-js/faker --save-dev
. - Run the tests:
npx cypress open
.
- Search for non-existent books and verify output.
- Purchase books and verify the total order cost.
- Verify the functionality of the checkout process.
- Cypress
- JavaScript
- HTML/CSS