TAU course on Building an API test automation framework with python
Stars
92
Forks
116
Watchers
92
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
1
commits
Merge pull request #7 from automationhacks/dependabot/pip/lxml-4.6.5
7977ac5View on GitHubUpdated docker-compose to generate report portal environment, Updated tests and pytest.ini file
b390b1bView on GitHubAdded logger in conftest.py and updated a test method to log to the console
33308f2View on GitHubAdded report portal agent into dependencies and added config for local project in pytest.ini
dec1b56View on GitHub- Abstracted API methods into a people_client which makes use of a custom request wrapper instead of directly depending on requests
6204734View on GitHubUpdated schema tests to use assertpy fluent assertions to validate instead of printing on the console.
e8c0016View on GitHubExtracted schema outside the functions and added a separate function to validate it for read one operation
2ed2046View on GitHub