Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 878 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 878 Bytes

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