Welcome to the Cypress Test Project

This project tests the functionality of your application using Cypress.

Getting Started

  1. Install Node.js
  2. Open terminal and enter "npm -g install npm"
  3. To check for Node.js version in terminal, enter "node -v"
  4. To check for NPM version in terminal, enter "npm -v"
  5. Clone the repository to your local machine.
  6. Open your terminal and navigate to the project directory.
  7. Run npx cypress open to launch the Cypress Test Runner.
  8. Select the test you want to run.

For more detailed information, refer to the project's README file.