Skip to content

Shashikant86/Behat-Appium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Usage

##Clone this repo

    $ git clone git@github.com:Shashikant86/Behat-Appium.git
    $ cd Appium-Behat

Install Dependencies with Composer

You need to install composer and make it global if required.

Now install all dependencies

     $ composer install 

Install and launch Appium Server

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 

Configure Simulator Or Real Device

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.

Launch Behat

Now to launch Behat with default profile

  $./bin/behat

About

Making Mobile Test Automation of Native, HyBrid and mobile web app possible with Appium and Behat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors