Anyone have any thoughts/opinions on kitchen-pulum...
# general
b
Anyone have any thoughts/opinions on kitchen-pulumi?
b
@billowy-laptop-45963 if you're already familiar with kitchen, it's very useful. However, we do have an integration test functionality in all our SDKs. what is your ultimate goal?
a
Wow TIL this existed - hmm (old school chef here so kitchen perks my ears up)
b
The question was just to get a sense of others experiences with it. Using inspec can be useful since it can also be used standalone. I have used pulumi's test integration and it's good when all code is done and you want to run a check but not so good during build phase when you're writing code since it spins up/tears down everything.
test kitchen you have control over those phases.
👍 1