Garrett Plasky
Garrett Plasky
I would add something even more fundamental: To ensure that we* articulate SLOs in a consistent, understandable, and consumable format. Auto-generated dashboards / docs / etc. are second-order outcomes (but...
In principle I think this is a great idea -- e.g. one could add commit/deploy time integration tests for things like #2. That said, I think in practice for #1...
You must run helm-test from the directory where your Chart.yaml is located. Double-check you're in the right directory?
Are you running helm-test from a local npm install? I ran into this same issue and it's because of the way the mocha binary is referenced when installed locally. https://github.com/Stono/helm-test/blob/c03fc93d1c3e87e72df46a47ca9d52e5158e726b/lib/app.js#L10...