To create connection between dev environment and zapier platform you have to log in with console command:
zapier login
This command will set up a .zapierrc file in your home directory.
To add new app to the zapier use command in terminal:
zapier register "Zapier Example app"
this will guide you through app registration process.
Use following to validate your app:
zapier validate
To update your zapier app in the zapier website use command:
zapier push
After pushing you have to refresh web page to see changes.
Testing of the app is done in web page where you create 'zap' with other zapier apps, each step of 'zap' creation has tests which you can use to test your app-s behaviour.
Link to the quick setup guide
This app was created with modifications of this guide