Make sure you have installed all the following prerequisites on your development machine:
OS | Node |
---|---|
Windows | winget install --id OpenJS.NodeJS.LTS |
macOS | brew install node@22 |
- Clone the repository.
git clone git@github.com:burakkaygusuz/cypress-typescript-api-testing.git
- Change the directory.
cd cypress-typescript-api-testing
- Run the test.
npm install && npm run test