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