https://github.com/olehbabenkoo/api-testing
Training project for API testing
https://github.com/olehbabenkoo/api-testing
axios jest starwars-api
Last synced: 2 months ago
JSON representation
Training project for API testing
- Host: GitHub
- URL: https://github.com/olehbabenkoo/api-testing
- Owner: OlehBabenkoo
- Created: 2024-02-09T11:06:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T11:55:22.000Z (over 1 year ago)
- Last Synced: 2025-10-26T06:56:25.048Z (8 months ago)
- Topics: axios, jest, starwars-api
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```