getanteon / anteon

Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud
https://getanteon.com
GNU Affero General Public License v3.0
8.39k stars 379 forks source link

Pass reference of a random id throughout steps #90

Closed harshdalalcred closed 1 year ago

harshdalalcred commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.