- Notifications
You must be signed in to change notification settings - Fork0
JaydipManiya/API-Testing-Python-Pytest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- This is generic API Automation framework using Python Pytest.
- Download and install Python3 fromhere (Ignore the step if you already have python installed)
- Clone this repo, navigate to API-Testing-Python-Pytest folder.
- Execute requirements.txt file to install all the dependent python libraries using following command and make it pass without any error: pip install -r requirements.txt
- Run below command to execute all the tests. This will generate log file (with name: log-<YYMMDD_HHMMSS>.log) at current location.pytest -vs Test\test_requests.py
- Run below command to execute and generate pytest html report:pytest -vs --capture sys Test\test_requests.py --html=report.html
About
Generic API Automation framework using Python Pytest
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.