Skip to content
Ian Warwick edited this page Jun 15, 2014 · 8 revisions

Install Manually

Installation can be performed manually, SpecAPI is currently available as a Github release, just download the tar archive from the releases page.

Once downloaded unarchive to a directory of your choice, ie:- /specapi, you would then need to add /specapi/bin to your PATH.

Check installation by running:-

Mac

specapi -v

Windows

specapi.bat -v

Which should print the SpecAPI version.

Install with Homebrew (Mac)

Currently SpecAPI is distrubuted as a github release and it can be installed with homebrew as follows.

brew tap robotoworks/specapi
brew install specapi

or you can directly install from the formula's url:-

brew install https://raw.githubusercontent.com/robotoworks/homebrew-specapi/master/specapi.rb

You can check the installation by running:-

specapi -v

which should print the SpecAPI version.

Clone this wiki locally