This package has been deprecated

Author message:

Packate unmaintained

appium-ci

0.3.1 • Public • Published

appium-ci

Some libraries used to deploy CI for the various appium packages.

Status

Build Status Greenkeeper badge

Watch

npm run watch

Test

npm test

Android emulator

Sample Code

import { AndroidEmulator } from 'appium-ci';
 
let runTests = async () => {
  let emu = new AndroidEmulator('NEXUS_S_18_X86');
  emu.start();
  await emu.waitTillReady();
 
  // ... do something
 
  await emu.stop();
};

Readme

Keywords

Package Sidebar

Install

npm i appium-ci

Weekly Downloads

662

Version

0.3.1

License

Apache-2.0

Unpacked Size

50.8 kB

Total Files

13

Last publish

Collaborators

  • jlipps
  • nick.mokhnach
  • kazucocoa
  • boneskull
  • imurchie
  • dangraham