Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 640 Bytes

CRUD API AUTOMATION

Project Folder Structure

  • pages - Folders contains testing report of all CRUD operations

  • Tests - test_crud.py conatains flow of operations of CRUD test_update.py conatins all test cases to update resorce test_create.py conatins all test cases to create resorce.

  • JSON - JSON contains all json files

Prerequisites

  • Python 3
  • Pytest
  • unittest — Unit testing framework

To run all tests:

  • pytest ./

To run a single file:

  • python3 test_create.py

*To run all files and genrate report:

  • pytest ./ --html=/home/himani/Desktop/selenium_python/CRUD/Reports/Report.html