appium-xcode

v5.2.18
Interact with Xcode
appium ios xcode

build

tsc -b

clean

npm run build -- --clean

rebuild

npm run clean; npm run build

dev

npm run build -- --watch

lint

eslint .

lint:fix

npm run lint -- --fix

prepare

npm run build

test

mocha --exit --timeout 1m "./test/unit/**/*-specs.js"

e2e-test

mocha --exit --timeout 5m "./test/e2e/**/*-specs.js"
npm i appium-xcode

Metadata

Downloads