Skip to content

trinetra-s/API-automation-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
    
    

About

API automation code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors