https://github.com/asadhasan/cypressrestapitesting
Basic testing of postcodes.io API via Cypress (using Typescript with Webpack)
https://github.com/asadhasan/cypressrestapitesting
cypress rest-api restful-api typescript
Last synced: 5 months ago
JSON representation
Basic testing of postcodes.io API via Cypress (using Typescript with Webpack)
- Host: GitHub
- URL: https://github.com/asadhasan/cypressrestapitesting
- Owner: AsadHasan
- Created: 2019-06-12T16:27:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:19:38.000Z (over 3 years ago)
- Last Synced: 2025-06-12T08:46:13.212Z (about 1 year ago)
- Topics: cypress, rest-api, restful-api, typescript
- Language: TypeScript
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress REST API Automation Test
[](https://circleci.com/gh/AsadHasan/CypressRestApiTesting)
[](https://www.codacy.com/app/asadhasan180/CypressRestApiTesting?utm_source=github.com&utm_medium=referral&utm_content=AsadHasan/CypressRestApiTesting&utm_campaign=Badge_Grade)
Basic automation testing of the postcodes.io API, using Cypress with Typescript and Webpack.
## Running the tests locally
1. Clone the solution to local environment.
2. In the project root, execute:
a- To install packages required to run the tests: `npm install`
b- To execute the tests: `npm test`