jmeterblazemetertaurus

Blazemeter Multitest Configuration in taurus.yml


I am running Multiple JMeter scripts (Multi-Test) in Blazemeter where Each script has its own taurus.yml file, So I am running 5 JMeter scripts with 5 taurus.yml, Each time has to edit taurus.yml for concurrency and hold-for.

Is there a way to set same execution values on all scenarios with 1 declaration?


Solution

  • you can add another (6th) YAML file where your concurrency and hold-for attributes will be specified and use included-configs directive to load the file with concurrency and hold-for into each of 5 files.

    This way you will be able to amend the values in one place only.