Build and Integrate Postman API tests for Report models on TravisCI
derrickmehaffy opened this issue · 2 comments
derrickmehaffy commented
Our goal here is to build postman tests for all models to allow build testing of every endpoint to verify functionality
The flow should go something like this:
- POST a new item (multiple?)
- GET the item by ID
- PUT an update to the entry
- DELETE an entry
- GET all entries
Checking should be done to verify the schema as well as response time and response code.
Relational checks should also be included but for now just the core model checking should be the focus.
derrickmehaffy commented
Report Models added to testing
derrickmehaffy commented
Changed to only Reports, new issues will be opened for other models