summaryrefslogtreecommitdiff
path: root/platform/ios/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year! 🎉Minh Nguyễn2017-01-041-1/+1
|
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-031-44/+12
|\
| * [ios] Upgraded to KIF 3.5.1, OHHTTPStubs 5.2.2Minh Nguyễn2016-11-142-0/+0
| |
| * [ios] Pull in OHHTTPStubs project referenceMinh Nguyễn2016-11-141-44/+12
|/ | | | Removed individual OHHTTPStubs file references from the ios-tests project. Added a reference to the OHHTTPStubs project to the workspace. Link ios-tests to its iOS framework build product.
* [ios] Move OHHTTPStubs to Git submodule and update to 5.2.0Jason Wray2016-08-25281-24088/+0
|
* [ios] Fix typoThiago Marcos P. Santos2016-08-243-6/+6
| | | | s/Reponse/Response
* [ios, macos] Upgraded project build settings for Xcode 8 (#5935)Minh Nguyễn2016-08-111-1/+1
| | | Set CLANG_WARN_INFINITE_RECURSION and CLANG_WARN_SUSPICIOUS_MOVE as recommended by Xcode 8.
* [ios] Fixed KIF testsMinh Nguyễn2016-05-042-22/+9
| | | | Link to the libKIF.a in the shared build products directory instead of at a nonexistent, hard-coded path. Fixed a compilation error in the KIF tests caused by importing a project-internal header even after the KIF project was moved out of the test project. Updated accessibility labels.
* [ios] Fixed ios-test build warningsMinh Nguyễn2016-04-242-104/+4
|
* [ios] Build output goes to build/iosJohn Firebaugh2016-04-191-2/+2
|
* [ios] Removed app transport security exception for stagingMinh Nguyễn2016-04-181-2/+0
| | | | Also removed staging server URL from UI test application.
* [ios, osx] Shared test bundleMinh Nguyễn2016-04-16312-0/+26428
The iOS and OS X SDKs now share a non-UI test bundle. Moved the iOS UI test bundle into a uitest/ subdirectory and moved the OS X SDK tests into the darwin/ subdirectory. Upgraded KIF to v3.4.2.