Nikita-Filonov / sample_api_testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample API testing

Demo allure report

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