# cypress-example-api-testing **Repository Path**: mirrors_cypress-io/cypress-example-api-testing ## Basic Information - **Project Name**: cypress-example-api-testing - **Description**: [ARCHIVED] Cypress E2E runner can also test Rest and other APIs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cypress-example-api-testing > [Cypress](https://cypress.op) E2E runner can also test Rest and other APIs [![CircleCI](https://circleci.com/gh/cypress-io/cypress-example-api-testing.svg?style=svg)](https://circleci.com/gh/cypress-io/cypress-example-api-testing) [![renovate-app badge][renovate-badge]][renovate-app] ![API testing using Cypress](images/demo.png) [renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg [renovate-app]: https://renovateapp.com/ See related blog post [Add GUI to your E2E API tests](https://www.cypress.io/blog/2017/11/07/add-gui-to-your-e2e-api-tests/) ## Use Install dependencies with `npm install` or `npm ci` See scripts in `package.json` to start the local API server and run the tests. The main ones are * `npm start` - runs the local API server * `npm run cy:open` - runs Cypress in GUI mode * `npm test` - starts the local API server and runs Cypress tests against it in headless mode