quintush / helm-unittest

BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.
MIT License
345 stars 69 forks source link

add feature to failFast #84

Closed uniqueck closed 3 years ago

uniqueck commented 3 years ago

Hi,

is it possible to have something like this.

If something goes completely wrong, it would be nice to have an option that stops right after the first error. So it is easier to find the error, maybe something like template not found, or something else.

quintush commented 3 years ago

Hello @uniqueck,

Thanks for the feedback. I will try to add the failfast as an flag.

I also noticed the errorhandling can be improved.

Greetings @quintush