This project tests the functionality of your application using Cypress.
Getting Started
- Install Node.js
- Open terminal and enter "npm -g install npm"
- To check for Node.js version in terminal, enter "node -v"
- To check for NPM version in terminal, enter "npm -v"
- Clone the repository to your local machine.
- Open your terminal and navigate to the project directory.
- Run
npx cypress open
to launch the Cypress Test Runner.
- Select the test you want to run.
For more detailed information, refer to the project's README file.