I am using vagrant driver and virtualbox provider for testing serverspec. I need to execute some application related script before executing kitchen converge.
I have tried using vagrant provisioning, but I am trying to keep application configuration separately from vagrant configuration.
Is there any way where we can pass some commands to .kitchen.yml file in kitchen? to execute some commands before converging cookbooks.