I'm working on integrating jmeter tests on CI and having one issue that wasn't able to solve by myself. I'm using ANT for executing jmeter project and generating html report at the end. The issue is related to the final html report - it contains a bunch of Iterations for each of the test(WS request). In my jmeter project I have set Thread properties - thread groups(users)=1, loop count =1, so I expect to have only one iteration per test(WS sampler)
https://i.stack.imgur.com/BrE2q.jpg
Thanks in advance