trinetra-s/API-automation-assignment
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Project Title API automation ENDPOINT -> https://jsonplaceholder.typicode.com/posts HTTP METHODS -> GET POST PUT DELETE Prerequisites install -> python version -> 3.5.2 libraries required -> pip install jsonschema pip install json pip install requests pip intsall html-testRunner pip install pytest-html pip install pytest Running the tests via cmd -> pytest -v -s --html=reports/report.html --self-contained-html --capture=sys Results -> HTML reports will be generated inside reports directory with all the test execution results. Logs -> Logs will be generated inside apilogs