Kitchen::Pester
Execute Pester tests right from Test-Kitchen, without having to transit the Busser layer.
Usage
Either
gem install kitchen-pester
or include
gem 'kitchen-pester'
in your Gemfile.
In your .kitchen.yml include
verifier:
name: pester
This can be a top-level declaration, a per-node declaration, or a per-suite declaration.
Contributing
- Fork it ( https://github.com/[my-github-username]/kitchen-pester/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request