- Developed in pure Python
- REST API testing software
Create test cases and test in project level as well as test case level. Only Public API is supporting. You can use inside private network without authentication.
- GET : Implemented
- POST : Implemented
- PUT : Implemented
- DELETE : Implemented
- Basic Auth : Not Implemented
- Export Project wise csv file
- Export All test case results in excel, pdf, docs.
- Basic auth support
We welcome contributor in the category as follows
- Contribute Code Changes
- Contributing by Reviewing Changes
- Contributing Documentation Changes
- Contributing Bug Reports
- Contributing by Testing Releases
Please follow the style of the existing codebase.
For Python code, Magani follows PEP 8 with one exception: lines can be up to 120 characters in length, not 79.