API tests, using Cypress for Swagger Petstore Sample
You need to run the Swagger Petstore Sample locally. Follow the instructions of this README.md file.
- Clone the repository
- run
npm install
to install all dependencies - run
npm run test
to run the tests