You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured Jmeter to generate a HTML report after my test execution and the report does show all the transaction names with response times and some graphs etc.
I would like to see this report in Team city. Is it possible?
The text was updated successfully, but these errors were encountered:
neel1043
changed the title
I would like to see HTML report of my jmeter results
I would like to see HTML report of my jmeter results in teamcity after the build run
Jul 24, 2018
Sure. It's easy.
Let me jot down the steps. I am assuming you can run the jmeter test from Team city in the first place and a html report is being generated in the agent machine.
1. Build Step Command Line:
Runner Type: Command line
Run: Executable with parameters
Command Executable: Give the path of jmeter bin and include the jmeter.bat as well
Command Parameters: jmeter common command to execute in headless mode
** General Settings**
Artifact Path : %teamcity.build.checkoutDir% => PerformanceResult
Version Control settings:
Checkout direcory: Give a path to the HTML Report folder (preferred on the agent machine)
C:\Users\Ponti\Desktop\Html\HTML_10Vu
I have configured Jmeter to generate a HTML report after my test execution and the report does show all the transaction names with response times and some graphs etc.
I would like to see this report in Team city. Is it possible?
The text was updated successfully, but these errors were encountered: