st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

Add the sample scenario test in CI #110

Closed gold-kou closed 2 weeks ago

gold-kou commented 4 months ago

Summary

I always do the regression test by executing the below commands since the tests in CI are not enough.

$ make kind-create
$ kubectl config use-context kind-gatling-cluster 
$ make build 
$ make install-crd 
$ make kind-deploy 
$ make kind-sample-deploy

I hope these commands are executed in CI.

gold-kou commented 2 weeks ago

I finally understand make kind-sample-deploy is almost same with gatling_controller_test.go . That's why I close this issue.