https://github.com/codeceptjs/api-examples
REST API testing examples
https://github.com/codeceptjs/api-examples
Last synced: 3 months ago
JSON representation
REST API testing examples
- Host: GitHub
- URL: https://github.com/codeceptjs/api-examples
- Owner: codeceptjs
- License: mit
- Created: 2022-02-04T00:13:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T02:35:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T01:50:45.723Z (about 1 year ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## REST API testing in CodeceptJS 3.3
Testing responses of https://swapi.dev
* [starwars_test](https://github.com/codeceptjs/api-examples/blob/main/star_wars_test.js)
## How to run tests
Install CodeceptJS
```
npm i
```Run tests in debug mode
```
npx codeceptjs run
```