Skip to content

Commit 6113840

Browse files
author
Mykola Tryshnivskyy
committed
Merge branch 'WD_1.X_dev' of https://portal-ua.globallogic.com/git/wd into WD_1.X_dev
2 parents e6670d2 + 0ea8876 commit 6113840

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

platform/ios/Readme_qt5.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
Minumum Requirements
22
---------------------
33
* Qt iOS X install:
4-
Download iOS QT package from http://www.mediator-software.com
5-
and select "Qt 5.1.0 for iPhone 3GS (and later)*" to download Qt4iOS-SDK-5.1.0-7Jul13.zip.
6-
Unzip it an follow by instructions from Qt4iOS-Installation-Guide.pdf to install Qt 5.1.0
4+
Please note that QT library is needed for developing only. If you want just run application on iOs simulator you may skip this step.
5+
Latest WebDriver test application is based on Qt 5.2.0. You may install it by image from http://download.qt-project.org/official_releases/qt/5.2/5.2.0/qt-mac-opensource-5.2.0-ios-x86_64-offline.dmg.
6+
77

88
Setup:
99
------
10-
In command prompt run iPhone simulator with WebDriver application (wd_test.app) e.g.
10+
In command prompt run iOS simulator with WebDriver application (wd.app) e.g.
11+
ios-sim launch ./wd.app
12+
13+
By default device family is iPhone. In order to run iPad simulator just run ios-sim with --family argument e.g.
14+
ios-sim launch ./wd.app --family ipad
1115

12-
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator -SimulateApplication /Users/build/GIT/wd_ios/platform/ios/wd_test/build/Debug-iphonesimulator/wd_test.app/wd_test
16+
In order to add argument to WebDriver just use --args. For example, VideoTests require video file placed in WD repository:
17+
ios-sim launch ./wd.app --args --test_data_folder=/Users/build/git/wd/test_data

0 commit comments

Comments
 (0)