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?
1 Like
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.
2 Likes
hi sir pleas can u teach me how to run jemter test from gitlab from very basic i am newbe from first task to end task
@vnagy when opening the link I am seeing this
" This GitLab CI configuration is invalid: Included file Serverless.gitlab-ci.yml
is empty or does not exist!"
How to resolve this
thanks