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
Before getting started, ensure that you have the following prerequisites:
- Node.js 18.x
- Node.js 20.x and above
To set up the project, run the following command:
npm install
Make a copy of the cypress.env.example.json
file, rename to cypress.env.json
and fill data according to Sauce Demo Site
You can run the tests in two ways. Choose the one that suits your workflow:
To run Cypress in interactive mode and view the test execution in the Cypress Test Runner, use the following command:
npm run cypress:open
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
You can read about the used plugins in the Plugin Docs
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.