I want to execute my Jmeter scripts based on the environment parameter passed on the command line. I have two environments Env1 and Env2, So if I pass environment parameter as Env1 on command line then the Jmeter scripts should execute for the URL configured for environment 1 and so on.
Can anyone help me with this work around?
Please note, I have implemented my Jmeter scripts using Maven project structure.