An open API service indexing awesome lists of open source software.

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

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
```