- Mobile Test Automation with Appium
- Nishant Verma
- 62字
- 2021-07-02 20:34:39
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
推薦閱讀
- 單片機(jī)C語(yǔ)言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- OpenNI Cookbook
- Learn Scala Programming
- JSP開(kāi)發(fā)案例教程
- 愛(ài)上micro:bit
- Cocos2d-x Game Development Blueprints
- C++ Application Development with Code:Blocks
- GitHub入門(mén)與實(shí)踐
- C++從入門(mén)到精通(第6版)
- 從Power BI到Analysis Services:企業(yè)級(jí)數(shù)據(jù)分析實(shí)戰(zhàn)
- 算法設(shè)計(jì)與分析:基于C++編程語(yǔ)言的描述
- C語(yǔ)言從入門(mén)到精通
- XML程序設(shè)計(jì)(第二版)
- 測(cè)試基地實(shí)訓(xùn)指導(dǎo)
- OpenStack Networking Cookbook