I want to know how to run multiple scripts in single scenario using Taurus Blazemeter inside of .yml configuration file.
Example:
scenarios:
simple:
script: someScript.jmx
properties:
hostname: localhost
protocol: http
port: 5017
What I want to do is something like this:
scenarios:
simple:
script: [someScript.jmx, otherScript.jmx]
properties:
hostname: localhost
protocol: http
port: 5017
I have seen people creating custom tags like !include but i don't want to create any custom tag, is there any way to do this?
I think you can only have one .jmx script under "script" tag, however you can have multiple
scenariosunder one execution.Something like:
Also JMeter Properties are defined differently in Taurus YAML: