Skip to content

Urucas/appium-running

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appium-running Build Status

Tells you if appium is running or available.

Install

npm install appium-running

Usage

import ar from 'appium-running';
ar(4723).then( (success) => {
  if(success) {
    console.log("Appium is running, move on!");
    // run test
  }else{
    console.log("Appium is not running, exec appium &");
    // throw exception
  }
});

About

Checks if appium is running or available, answer YES or NO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published