I need to run the Chef Kitchen test directly from Chef Infra server without maintaining the cookbook locally. Is there a way we can configure Kitchen test to get the cookbook directly from Chef Infra server and run?
Asked
Active
Viewed 55 times
0
-
I'm not sure its possible as typical use of Test Kitchen is as a "unit test" tool - to test the code before it gets to the Chef server or version control repository. – seshadri_c Oct 04 '22 at 01:34