You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get 'inspec exec --format=documentation' output in a kitchen verify run?
When I use inspec with kitchen I get:
..
Finished in 0.03486 seconds (files took 0.59776 seconds to load)
2 examples, 0 failures
I want to see:
inspec exec --format=documentation test/integration/default/inspec --target=ssh://vagrant:[email protected]:2222
File /app/bin/test.conf
should exist
should be file
Finished in 0.02091 seconds (files took 0.73959 seconds to load)
2 examples, 0 failures
Kitchen Version
Test Kitchen version 1.8.0
ChefDK Version
Chef Development Kit Version: 0.14.25
The text was updated successfully, but these errors were encountered:
Description
Is it possible to get 'inspec exec --format=documentation' output in a kitchen verify run?
When I use inspec with kitchen I get:
I want to see:
Kitchen Version
Test Kitchen version 1.8.0
ChefDK Version
Chef Development Kit Version: 0.14.25
The text was updated successfully, but these errors were encountered: