Multiple Scenarios testing with different virtual user setups

Hey Community,
I have 10 scenarios and I need to run these user setups with:
1 user setup.
10 user setup.
100 user setup.
200 user setup.
I have tried putting these scenarios in a userstory class and calling them into my runner file. Then I use the .andThen function within the setup block calling 1 user to 10 users to 100 users and so on… my issue is this, because my scenarios are being called numerous times within the setup block. I am receiving the error regarding duplicate names. Is there a different way of doing this? Thanks in advance!

can you put the code up here so that the community can see what’s happen ?
Also consider put in code format for easy view

example
use this ``` at start and end of block code

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.