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

Add the sample scenario test in CI #110

Closed
gold-kou opened this issue Mar 1, 2024 · 1 comment
Closed

Add the sample scenario test in CI #110

gold-kou opened this issue Mar 1, 2024 · 1 comment

Comments

@gold-kou
Copy link
Contributor

gold-kou commented Mar 1, 2024

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
Copy link
Contributor Author

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

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

1 participant