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

Add VCR support for testing Web Requests handling #74

Open
malparty opened this issue Mar 29, 2022 · 1 comment
Open

Add VCR support for testing Web Requests handling #74

malparty opened this issue Mar 29, 2022 · 1 comment

Comments

@malparty
Copy link
Member

Why

In order to enable testing the handling of web requests made by our Gin application in a near-real situation — without impacting the speed of test executions.

How?

  • Research about the go-VCR package
  • expose pros/cons and submit a poll to decide if we should support it in our Gin-Template
  • if yes is voted:
    • implement go-VCR in our gin-template to provide a VCR solution working out of the box
    • document the usage in the generated project README.md file

Who Benefits?

Developers and their projects with an additional tool to support testing.

@junan
Copy link
Contributor

junan commented Apr 18, 2022

@malparty This issue looks good to me. Do you want to work(research => poll based on research => ...)on it? If yes I can assign it to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants