Replies: 2 comments 2 replies
-
hi @mnylensc 👋 Are those 3 requests always exactly the same and are always made in the same order? One way of doing it would be to use YAML anchors and references - similar to the example here: https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
Here's an example because I haven't seen any examples of this within Artillery.io discussions etc
edit: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I'm working on a load test script and there's some parts that are duplicated in all scenarios within the same test script. This is like three different HTTP requests that all scenarios need to make.
Is there any way to remove the duplication from the test script? I was hoping there'd be a way to define a flow at top level and then reference it in the scenario, but looking at the docs, there doesn't seem to be support for something like that.
Beta Was this translation helpful? Give feedback.
All reactions