This repository is based on a framework using Axios and AVA test runner and will be using https://petstore.swagger.io/ as a basis for the test.
- create the .env..local files in top level directory
- run npm install
- run
NODE_ENV=<environment> npm run testAllto run all tests in API/src directory - run
NODE_ENV=<environment> npm test filepathto run specific test
- create the .env.< environment >.local files in top level directory
- run
npx cypress open