Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I would like to see HTML report of my jmeter results in teamcity after the build run #26

Open
neel1043 opened this issue Jul 24, 2018 · 1 comment

Comments

@neel1043
Copy link

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?

@neel1043 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
@swethapn
Copy link

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

-n -t "C:\Users\Ponti\Desktop\Performance\03_Scripts\Final\CompleteFlow_Sep2019_v1.jmx" -l "C:\Users\Ponti\Desktop\TeamCity\POC\Summary\10VuSummary1_%build.counter%.jtl" -e -o C:\Users\Ponti\Desktop\Html\HTML_10Vu

  1. ** General Settings**
    Artifact Path : %teamcity.build.checkoutDir% => PerformanceResult

  2. 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

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants