JMeter Integration in a testing pipeline

Hi, would like to know if Gitlab supports integration with jmeter for performance testing as part of CI? please share if there are any references around it?

Hi,

you can see a working example CI/CD file that runs jmeter here: https://gitlab.com/knative-examples/functions/blob/master/.gitlab-ci.yml#L22

It’s composed of two jobs (loadtest and pages). The second just posts the results to the project’s GitLab page. Both jobs are set up to be called only from scheduled pipelines.

3 Likes

Hi Vnagy,
I would like to create CI pipeline in GitLab. I checked your script, but how can I make to cloud entegration?

Hi,
I have created an yaml file based on your example, set up a windows runner(private) but when I run the job, I am getting error saying “entrypoint.sh is not recognized”.
I am using shell executor

any suggestions?

The URL not accessible https://gitlab.com/knative-examples/functions/blob/master/.gitlab-ci.yml#L22, is there any alternate link?