Skip to content

markuusche/reqres.in-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing ReqRes.in APIs

This repository contains scripts for testing ReqRes.in APIs using Python. 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:

    git clone https://github.com/gloofo/reqres.in-test
  2. install the required Python packages:

    pip install -r requirements.txt
  3. install jest axios:

    npm install --save-dev jest axios

Usage

  1. run the script using:
    pytest:

    pytest -vvvsq

    axios:

    npm test --verbose