Skip to content

This GitHub repository is a canvas for displaying my proficiency in software testing automation. Using a fictitious website, I've created a comprehensive software testing project powered by Cypress to demonstrate my abilities.

Notifications You must be signed in to change notification settings

danielarbc/showcase-cypress

Repository files navigation

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.

About

This GitHub repository is a canvas for displaying my proficiency in software testing automation. Using a fictitious website, I've created a comprehensive software testing project powered by Cypress to demonstrate my abilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published