Skip to content

Pushpendra1610/REST-API-automation-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is REST API Testing automation code using Python

Application used for testing:

App: https://berpress.github.io/react-shop/

Install Allure Framework Install Java

How to run tests

  • Without Allure Test report

All tests:

pytest

Positive tests:

pytest -m positive

Negative tests:

pytest -m negative
  • With Allure Test report
pytest --alluredir=allure_reports

Show generated report in browser:

allure serve allure_reports

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages