This repository contains automated tests for the AdoPet application, designed using the Cypress framework. The aim of this project is to ensure the functionality of critical user flows within the AdoPet platform through reliable end-to-end (E2E) testing. The tests focus on validating the registration and login processes, adoption workflows, and other essential user interactions.
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ibtriz/CypressTestSuite cd CypressTestSuite
-
Install dependencies: Make sure you have Node.js installed.
npm install
-
Run tests: To execute the tests in headless mode, run:
npx cypress run
To open the Cypress Test Runner for an interactive testing experience:
npx cypress open