Mobile Test Automation with Appium
上QQ阅读APP看书,第一时间看更新

Installing Appium server (From Source) (Optional)

This is optional and can be skipped if the preceding setup has been done. To do the setup, run the following commands in the given order:

git clone https://github.com/appium/appium.git
cd appium
npm install
gulp transpile # requires gulp, see below
npm install -g authorize-ios # for ios automation
authorize-ios # for ios automation
node