Unified framework for REST API service and web using Cypress, Mocha, Chai, and Axios.
- Node.js installed (version 14.x or higher)
- Yarn package manager installed
To install the required dependencies, run the following command:
yarn installTo run Cypress tests, run the following command:
yarn run test-e2eTo run API tests, run the following command:
yarn run test-apiAfter running the API tests, an HTML report is generated in the mochawesome-report folder. Open the mochawesome.html file in a web browser to view the test results.