gatling-operator icon indicating copy to clipboard operation
gatling-operator copied to clipboard

Add the sample scenario test in CI

Open gold-kou opened this issue 1 year ago • 0 comments

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 avatar Mar 01 '24 07:03 gold-kou