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

[feature]: add keploy version as comment in tests and mocks generated by keploy #1848

Open
1 task done
gouravkrosx opened this issue Apr 23, 2024 · 3 comments · May be fixed by #1852
Open
1 task done

[feature]: add keploy version as comment in tests and mocks generated by keploy #1848

gouravkrosx opened this issue Apr 23, 2024 · 3 comments · May be fixed by #1852
Labels
Enhancement New feature or request Good First Issue Good for newcomers keploy

Comments

@gouravkrosx
Copy link
Member

Is there an existing feature request for this?

  • I have searched the existing issues

Summary

  • Keploy generated tests and mocks should have the keploy version as comment at the top. Foreg:
# Generated by keploy (v2.1.0-alpha8)
version: api.keploy.io/v1beta1
kind: Http
name: test-1
spec:
    metadata: {}
    req:
        method: POST
        proto_major: 1
        proto_minor: 1
        url: http://localhost:8080/url
        header:
            Accept: '*/*'
            Content-Length: "33"
            Content-Type: application/json
            Host: localhost:8080
            User-Agent: curl/7.88.1
        body: |-
            {
              "url": "https://google.com"
            }
        timestamp: 2024-04-23T13:50:29.12374652+05:30
    resp:
    ...

Why should this be worked on?

  • This can help developers debug and resolve issues quickly.

Repository

keploy

@gouravkrosx gouravkrosx added Enhancement New feature or request Good First Issue Good for newcomers labels Apr 23, 2024
@shashankdaima
Copy link

hey @gouravkrosx I want to solve this issue. Please assign it to me. :|

@gouravkrosx
Copy link
Member Author

Hey @shashankdaima, This issue is open to all, you can contribute to it.

@shashankdaima
Copy link

alright

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Good First Issue Good for newcomers keploy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants