0.0
No commit activity in last 3 years
No release in over 3 years
Pronto runner for running test kitchen
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 12.0
~> 3.4

Runtime

~> 0.8
~> 1.8
~> 0.9.0
>= 0.23.0, ~> 0.24
 Project Readme

Pronto Inspec

Pronto Runner for Inspec tests.

How-To:

Create a .pronto-inspec.yml where your kitchen file is and specify which suites should be run if which file has been changed.

To trigger the suite only if specifc files have been changed use : files: ['my/cookbook/specifc_file.rb']

By using files: ['my/cookbook/*'] the suite defined for this files will be used if any file has been changed.

You can also specify files: ['**'] to run the suite in any case.

I would also advise to always trigger the suite if any test cases in that suite have changed, e.g. files: [test/my_tests_for_suite/*a]

Example:

See this example file

Usage:

pronto run -r inspec

Requirements:

The format for the inspec-verifier has to be set to: format: junit.

chef, test-kitchen and inspec all need to be installed and configured-