-
Notifications
You must be signed in to change notification settings - Fork 52
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
Automated testing of REST API #550
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #550 +/- ##
==========================================
+ Coverage 80.80% 80.81% +0.01%
==========================================
Files 40 40
Lines 3809 3811 +2
Branches 481 481
==========================================
+ Hits 3078 3080 +2
Misses 675 675
Partials 56 56 ☔ View full report in Codecov by Sentry. |
Using $ref inside an example isn't valid (apparently)
Multiple API endpoints didn't check that the parameter they are using exists, instead they handled it differently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
most of the comments i'm fine with just a reply, but there's some small things with the code i'd like to be considered
generally i think we should clean up the project root, and another file (dredd.yml
) doesn't help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, works on my machine 👍
This PR aims to implement automating testing using example data in the API spec.
Plan: