-
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
- Python 3
- Pytest
- unittest — Unit testing framework
- pytest ./
- python3 test_create.py
- pytest ./ --html=/home/himani/Desktop/selenium_python/CRUD/Reports/Report.html