Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.48 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.48 KB

Portfolio - Showcase with Cypress

This GitHub repository serves as a showcase of my expertise in software testing and quality assurance. Using a fictitious website as the basis, I've developed a comprehensive software testing project powered by Cypress to demonstrate my capabilities. Website used: Sauce Demo Site

Prerequisites

Before getting started, ensure that you have the following prerequisites:

  • Node.js 18.x
  • Node.js 20.x and above

Installation

To set up the project, run the following command:

npm install

Environment Variables

Make a copy of the cypress.env.example.json file, rename to cypress.env.json and fill data according to Sauce Demo Site

How to Run

You can run the tests in two ways. Choose the one that suits your workflow:

Interactive Mode

To run Cypress in interactive mode and view the test execution in the Cypress Test Runner, use the following command:

npm run cypress:open

Headless Mode

To run Cypress tests in headless mode, which is suitable for automated testing and CI/CD pipelines, use the following command:

npm run cypress:run

About the used plugins

You can read about the used plugins in the Plugin Docs

Get in Touch

If you're interested in discussing opportunities or collaborating on projects that require top-tier testing skills, please feel free to contact me. Your feedback and inquiries are always welcome.