🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

appium-ci

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-ci

Appium CI utils

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
4
Created
Source

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();
};

Keywords

appium

FAQs

Package last updated on 02 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts