Skip to content

This project creates for API automation through pytest framework.

License

Notifications You must be signed in to change notification settings

govind794/Python-API-Automation

Repository files navigation

#REST API Automation Testing

Install Setup:

  • Install Python3
  • Install all required packages useing this commend
       pip install -r requirements.txt 

Run multiple formate test cases:

  • pytest TestRunner/test_Login_Flow.py [run single file test case]
  • pytest -m TestRunner/test_Login_Flow.py
  • pytest -s -v TestRunner/test_Login_Flow.py

About

This project creates for API automation through pytest framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages