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

default value for variables #3622

Open
alburthoffman opened this issue Feb 9, 2024 · 2 comments
Open

default value for variables #3622

alburthoffman opened this issue Feb 9, 2024 · 2 comments

Comments

@alburthoffman
Copy link

Is your feature request related to a problem? Please describe.
Our APIs require sending start and end time. But every time we have to input it manually

Describe the solution you'd like
when define start/end variables, we can define values with given datetime format

Describe alternatives you've considered
no solutions

@danielbdias
Copy link
Contributor

Hi @alburthoffman, thanks for your suggestion!

Can you give more details about your use case, like an example of how you set these variables and a sample test where they are used?

@alburthoffman
Copy link
Author

We tried to run this in CICD pipeline, but there is one API which requires start and end time. Both are unix timestamp. the api is like
xxxxx/query?q=xxx&start=1234567&end=234567

we have to input them manually at present, so no way we can integrate it in the CICD pipline

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