Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silasfrancis/petstoreapi_pytest_requests_framework
An API Automation test project using Python Request.
https://github.com/silasfrancis/petstoreapi_pytest_requests_framework
apitest automationframework python pythonrequests requests-library-python
Last synced: about 1 month ago
JSON representation
An API Automation test project using Python Request.
- Host: GitHub
- URL: https://github.com/silasfrancis/petstoreapi_pytest_requests_framework
- Owner: silasfrancis
- Created: 2024-06-03T13:16:43.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-06T16:28:28.000Z (6 months ago)
- Last Synced: 2024-07-06T17:42:00.250Z (6 months ago)
- Topics: apitest, automationframework, python, pythonrequests, requests-library-python
- Language: HTML
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API Automation Testing on PestStore API
This project involves performing automation testing on PestStore API using Python Requests module.## Features
- HTML Reports
- Automation logs
- Parallel Testing
- Json Feedbacks## Test Scenarios
1). User Module:
- Post User
- Get User by Username
- Update user
- Delete User by Username2). Pet Module:
- Create pet
- Get pet
- Update pet data
- Delete pet
3). Store Module:
- Create order
- Get oder
- Delete order
## Languages and tools used
- Python
- Pytest
- Requests module## Test Execution
pytest -s -v --html=./Reports/report.html tests/