cetic/helm-swagger-ui

[cetic/swaggerui] Automated tests

banzo opened this issue · 1 comments

banzo commented

Is your feature request related to a problem? Please describe.

Automated regression/smoke tests would allow contributors and maintainers to detect errors in the chart more easily and sooner in the release process.

Describe the solution you'd like

Have a basic check that the web service is responding properly would be a good first step. This test should be triggered on PR and pushes to master.
The NiFi Helm chart has some examples of tests with Github Actions.

Additional context

The test.yml is a very basic test that will provision a temporary minikube instance and deploy the chart on it, then check the service is up and finally check the web interface with curl.

banzo commented

fixed by #24