cetic / helm-nifi

Helm Chart for Apache Nifi
Apache License 2.0
215 stars 228 forks source link

[cetic/nifi] Helm Test command returns Test Suite: None #250

Open karanmankar95 opened 2 years ago

karanmankar95 commented 2 years ago

Is your feature request related to a problem? Please describe. I am new to Helm and I tried to run helm test which returned Test Suite: None. Is there any documentation for how to run the tests in test directory on a deployed release?

Describe the solution you'd like Please add documentation on how to run unit tests on a deployed release or when the release is being deployed

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

wknickless commented 2 years ago

@karanmankar95 The tests I've written, and show up in the tests/ directory, are intended to run as GitHub actions, not Helm tests. My intent was to protect against regressions in the chart itself, not to verify that any particular release is operating correctly.