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

Docker run to generate HTML Report from .jtl file #76

Open
Jim0530 opened this issue Mar 30, 2023 · 1 comment
Open

Docker run to generate HTML Report from .jtl file #76

Jim0530 opened this issue Mar 30, 2023 · 1 comment

Comments

@Jim0530
Copy link

Jim0530 commented Mar 30, 2023

Is it possible for docker run command line to generate HTML report by using .jtl file!!
Thanks!

@Amit-limbasiya
Copy link

I have generated the html report by giving jmeter command in entrypoint with -o option. you can run it by passing in command as well if you want to run only one jmeter command inside the container.

Note: The -o option requires the empty folder as an argument. like -o html_result_path. if the folder already exist then it will not work. you have to give the folder name which is not exist or create empty one.

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