https://github.com/markuusche/reqres.in-test
🔥python-js api automation
https://github.com/markuusche/reqres.in-test
api axios javascript python rest-api testing
Last synced: 2 months ago
JSON representation
🔥python-js api automation
- Host: GitHub
- URL: https://github.com/markuusche/reqres.in-test
- Owner: markuusche
- License: mit
- Created: 2024-04-09T00:18:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T01:37:45.000Z (almost 2 years ago)
- Last Synced: 2025-07-10T21:26:36.289Z (12 months ago)
- Topics: api, axios, javascript, python, rest-api, testing
- Language: JavaScript
- Homepage: https://reqres.in/
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing ReqRes.in APIs
This repository contains scripts for testing ReqRes.in APIs using Python. [ReqRes.in](https://reqres.in/) is a popular API testing service that allows developers to mock APIs for testing purposes.
## Dependencies
- **Requests**: Python HTTP library for making requests and working with APIs.
- **PyYAML**: YAML parser and emitter for Python.
- **Faker**: Python library that generates fake data.
## Installation
1. clone this repository:
```bash
git clone https://github.com/gloofo/reqres.in-test
```
2. install the required Python packages:
```bash
pip install -r requirements.txt
```
3. install jest axios:
```bash
npm install --save-dev jest axios
```
## Usage
1. run the script using:
pytest:
```bash
pytest -vvvsq
```
axios:
```bash
npm test --verbose
```