Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markuusche authored Aug 3, 2024
1 parent bd0a69c commit 68c715a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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
## Dependencies

- **Requests**: Python HTTP library for making requests and working with APIs.
- **PyYAML**: YAML parser and emitter for Python.
Expand All @@ -29,13 +29,15 @@ This repository contains scripts for testing ReqRes.in APIs using Python. [ReqRe

## Usage

1. run the desired script:
pytest:
1. run the script using: <br>
pytest:

```bash
pytest -vvvsq
```
axios:

```bash
npm test -- --verbose
npm test --verbose
```

0 comments on commit 68c715a

Please sign in to comment.