Given a single (.jmx) file - what is the equivalent to the following configuration in the image seen below.
Taurus (.yml) Configuration
included-configs:
- Variables-local.yml # the file containing your properties definitions
execution:
iterations: 1
concurrency: 1
scenario:
script: AutomatedTests.jmx
modules:
jmeter:
class: bzt.modules.jmeter.JMeterExecutor
path: C:/JMeter
properties:
jmeter.save.saveservice.autoflush: 'true'
reporting:
- module: junit-xml
filename: TEST-Taurus.xml