TEST FRAMEWORK (WIP)
OVERVIEW:
This is currently an ongoing project to setup and maintain a working test framework built with Python and pytest. The test structure consists of maintaining several key factors and can be found in the README.md file at this repo.
ONGOING CHECKLIST AND MAINTENANCE
Configuring the authorization and token access
Service interface setup
API endpoint coverage
Identifying API test coverage
Setting up reporting to identify test failures
Storing test data in database
Scripting CI/CD pipeline for running routine test
Dockerizing the test framework