Inspec: Testing an HTTP service

Hi,

I’ve written some simple tests with inspec. Now, I’d like to check the response of HTTP requests.

Is there any chance to write similar things like done here with serverspec here?

Or what are other recommended test frameworks that can be easily used with test-kitchen? I read about infratester, but could not figure out, if there’s a chance to use that with t-k.

Thanks
Steffen

There is not currently support, but the feature is being tracked in https://github.com/chef/inspec/issues/336.

Cool, TIL that inspec can be used for testing “from the outside” :smile:

I also had Infrataster in the back of my mind for that, as well as leibniz (which seems to be dead), but really never found the time to try it out…