AutoCodeStack / ios-device-farm

a device farm to control iPhone devices manually using web
MIT License
14 stars 2 forks source link

ios-device-farm

WORK IN PROGRESS :construction:

wait for full instruction to run

Project Description - goes here

Requirements

[!NOTE] iPad is not supported as of now.

Initialize

Open terminal and perform following steps

  1. clone this repository git clone https://github.com/AutoCodeStack/ios-device-farm.git
  2. cd ios-device-farm
  3. sh init.sh

In order to run a WebDriverAgent on iphone devices we need to setup/build for the first time. If you are familiar with Xcode and Signing Capabilities then you do it. Othewise follow below process to configure.

Real Device Configuration

You can find WebDriverAgent project under below repo only after Initialize command completed

./ext/WebDriverAgent/WebDriverAgent.xcodeproj

Build

npm install

Run

npm run start

Now connect a iphone and open http://localhost:9000 in your browser.

ios-device-farm