-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Ian Warwick edited this page Jun 15, 2014
·
8 revisions
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 -vWindows
specapi.bat -vWhich should print the SpecAPI version.
Currently SpecAPI is distrubuted as a github release and it can be installed with homebrew as follows.
brew tap robotoworks/specapi
brew install specapior you can directly install from the formula's url:-
brew install https://raw.githubusercontent.com/robotoworks/homebrew-specapi/master/specapi.rbYou can check the installation by running:-
specapi -vwhich should print the SpecAPI version.