Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 381 Bytes

File metadata and controls

20 lines (14 loc) · 381 Bytes

Testing

Run unit tests with:

cookstyle
chef exec rspec --format documentation

Run the default integration suite locally with Vagrant:

kitchen test default-windows-2019 --destroy=always

Run the CI-style integration suite locally with the exec driver:

KITCHEN_LOCAL_YAML=kitchen.exec.yml kitchen test default-windows-2019 --destroy=always