#Usage
##Clone this repo
$ git clone git@github.com:Shashikant86/Behat-Appium.git
$ cd Appium-Behat
You need to install composer and make it global if required.
Now install all dependencies
$ composer install
You can download appium server with npm. We have package.json file to get that from root of the project.
$ npm install
$ ./node_modules/.bin/appium
OR
You can install it globally using
$ npm install -g appium
Next step is to configure, iOS or Android Simulator/Emulator or READ device by referring Appium Documentation. All the capabilities has been added to MinkExtension
You need to update 'behat.yml' as per your setup or create multiple profiles.
Now to launch Behat with default profile
$./bin/behat