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

Feedback Wanted [Proposal] Phase 3 Project: Road Test #8

Closed
adamkelso opened this issue Jun 7, 2019 · 1 comment
Closed

Feedback Wanted [Proposal] Phase 3 Project: Road Test #8

adamkelso opened this issue Jun 7, 2019 · 1 comment
Labels
Feedback Requested Used for when community feedback would be helpful.

Comments

@adamkelso
Copy link
Member

Please either leave a thumbs up, thumbs down, or any other reaction, or respond with a comment.

For the next phase of Guzzler, I'd really appreciate feedback from anyone interested in the project. For a full description of an upcoming project Road Test, please see the related page on the documentation site; Road Test

This idea is very strongly based on PHPUnit's coverage report. However, instead of keeping track of lines of code executed in a test, it would keep track of endpoints hit and response codes returned from those endpoints. By doing so, a report can be generated afterwards that your code is in fact accounting for each endpoint you intent to, and any error status codes you want to ensure are accounted for. For example, you can verify your code handles responses for 200, 500, and any other status code from the endpoint /example/api/v2/companies/14968.

This project would need to come after Drive is completed enough to handle recording of endpoints and statuses. If Drive can be thought of as a mechanism to do contract testing, then Road Test is the result and proof that all corners are covered that were wanted.

Again, please leave a reaction or any thoughts on this issue. Feedback is helpful.

@adamkelso adamkelso added the Feedback Requested Used for when community feedback would be helpful. label Jun 7, 2019
@adamkelso
Copy link
Member Author

I'm closing this issue because it doesn't seem that anyone is interested in voicing an opinion at this time. Guess I'll build something I want and see how the community receives it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feedback Requested Used for when community feedback would be helpful.
Projects
None yet
Development

No branches or pull requests

1 participant