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

Pass reference of a random id throughout steps #90

Closed
harshdalalcred opened this issue Nov 6, 2022 · 2 comments
Closed

Pass reference of a random id throughout steps #90

harshdalalcred opened this issue Nov 6, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@harshdalalcred
Copy link

harshdalalcred commented Nov 6, 2022

I want to have a simple config.

Get a randomUUID from your function.

Do a POST call with that randomUUID called rid1 as a step 1

Do a GET call with same randomUUID, rid1 as a step 2.

This is currently not supported.

--

TLDR: Supporting variables throughout the config scope.

@kursataktas
Copy link
Member

Hi @harshdalalcred

Looks similar to #46. I think we may cover this when we release the correlation feature. I'll update this thread once it is available.

@kursataktas kursataktas added the enhancement New feature or request label Nov 6, 2022
@kursataktas
Copy link
Member

Hi @harshdalalcred

Ddosify v0.11.0 supports correlation. Please look at the Scenario-Scoped Variables section to learn how to use the same random variable value throughout the scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants