Replies: 1 comment
-
hi @vichybaby 👋 There's a couple of ways you could do it.
I put together a small example of what it could look like here: https://github.com/artilleryio/artillery-examples/tree/main/script-overrides |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project, I need run performance test at 2 places
That means I cannot hardcode the 'environment', 'phases.duration', 'phases.arrivalRate' anywhere.
I am wondering if there is a solution: if Jenkins is passing values via Environment Variables, use them; otherwise, use default value
Beta Was this translation helpful? Give feedback.
All reactions