-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
If you used UI mode running remotely, test will pass
If you used CLI mode with option -G , test will hang. -G option run when you run CLI mode remotely connecting with a remote server.
here is an example:
jmeter -n ^
-t src/jmeter/MyTest_API.jmx ^
-GExecutionName=${params.ExecutionName} ^
-GAppURL=${params.AppURL} ^
-GEnvironmentName=${params.EnvironmentName} ^
-GVuser_01_Merchant=${params.Vuser_01_Merchant} ^
-GRampUpPeriod=${params.RampUpPeriod} ^
-GExecutionDuration=${env.ExecutionDuration} ^
-GDataPath=${env.DataPath} ^
-p src/jmeter/jmeterCustom.properties ^
-l results/AggregateResult.jtl ^
-e ^
-o results ^
-R ${env.JMETER_LGS_ALL}
PLEASE HELP. I really need this feature fix if possible.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels