Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and Integrate Postman API tests for Report models on TravisCI #76

Closed
derrickmehaffy opened this issue Jul 31, 2018 · 2 comments
Closed

Comments

@derrickmehaffy
Copy link
Contributor

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:

  1. POST a new item (multiple?)
  2. GET the item by ID
  3. PUT an update to the entry
  4. DELETE an entry
  5. 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
Copy link
Contributor Author

Report Models added to testing

@derrickmehaffy derrickmehaffy changed the title Build and Integrate Postman API tests for all models on TravisCI Build and Integrate Postman API tests for Report models on TravisCI Aug 31, 2018
@derrickmehaffy
Copy link
Contributor Author

Changed to only Reports, new issues will be opened for other models

@derrickmehaffy derrickmehaffy moved this from In progress to Done in v2.0.10 Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v2.0.10
  
Done
Development

No branches or pull requests

1 participant