- 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
推薦閱讀
- PaaS程序設計
- Visual Basic編程:從基礎到實踐(第2版)
- Vue.js快跑:構建觸手可及的高性能Web應用
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Python Deep Learning
- R語言編程指南
- 機械工程師Python編程:入門、實戰與進階
- PLC編程及應用實戰
- Vue.js 2 Web Development Projects
- Odoo 10 Implementation Cookbook
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Java Web從入門到精通(第2版)
- 軟件工程與UML案例解析(第三版)
- Mastering Leap Motion
- Android智能手機APP界面設計實戰教程