Testing our plugin

Now we are ready to test our simple plugin. In order to run the test, you will need to make sure you have a Heroku account. Go to heroku.com (https://www.heroku.com/) and sign up for an account. Next, to install the Heroku cli, run the following in your Terminal:

brew install heroku/brew/heroku

Still within the Terminal, go to the root folder of your fastlane plugin project and install our plugin by entering:

fastlane action heroku

Your console will output the following, confirming our plugin installed successfully:

[09:30:46]: Installing Ruby gem 'fastlane-plugin-heroku'... .. [09:31:03]: Successfully installed 'fastlane-plugin-heroku' +------------------------+---------+--------+ | Used plugins | +------------------------+---------+--------+ ...

Get Continuous Delivery for Mobile with fastlane now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.