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

https://github.com/olehbabenkoo/api-testing

Training project for API testing
https://github.com/olehbabenkoo/api-testing

axios jest starwars-api

Last synced: 3 months ago
JSON representation

Training project for API testing

Awesome Lists containing this project

README

        

# api-testing
Training project for API testing

## Install

Install all the necessary dependency using npm :

```sh
npm install
```

## Linter Check

Checking the code with Linter for errors:

```sh
npm run lint
```
## Test Run

Running tests:

```sh
npm test
```

## Tests Report

Configure the report:

```sh
npx allure serve allure-results
```