All Projects → appium → Appium Ci

appium / Appium Ci

Licence: apache-2.0
Standalone gulp wrapper for appium ci.

Programming Languages

javascript
184084 projects - #8 most used programming language

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();
};
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].