Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikita-filonov/sample_api_testing


https://github.com/nikita-filonov/sample_api_testing

allure allure-report automation http-client jsonschema pydantic pytest python requests test-automation testing

Last synced: about 20 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Sample API testing

[Demo allure report](https://nikita-filonov.github.io/sample_api_testing/)

**Project setup**

```
git clone https://github.com/Nikita-Filonov/sample_api_testing.git
cd sample_api_testing

pip install virtualenv
virtualenv venv
source venv/bin/activate

pip install -r requirements.txt
```

**Starting auto tests**

```
python -m pytest --alluredir=./allure-results

allure serve
or
allure generate
```