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
- Host: GitHub
- URL: https://github.com/olehbabenkoo/api-testing
- Owner: OlehBabenkoo
- Created: 2024-02-09T11:06:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T16:57:39.000Z (over 1 year ago)
- Last Synced: 2025-01-17T10:12:09.618Z (5 months ago)
- Topics: axios, jest, starwars-api
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 RunRunning tests:
```sh
npm test
```## Tests Report
Configure the report:
```sh
npx allure serve allure-results
```