Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SonicCloudOrg

🎉Org of Sonic cloud real machine platform. Sonic云真机平台组织。
Collective - Host: opensource - https://opencollective.com/soniccloudorg - Website: https://sonic-cloud.cn - Code: https://github.com/SonicCloudOrg

Replace OSAtomicOr32Barrier with atomic_fetch_or

Summary: `OSAtomicOr32Barrier` has been deprecated so replacing it with suggested function `atom...

github.com/SonicCloudOrg/sonic-ios-wda - 222279c868459f88640f3496198888c942873f12 authored about 8 years ago by Marek Cirkos <[email protected]>
Avoid use of isHittable

Summary:
We have some issues while trying to tap some elements due to XCTest crash during call o...

github.com/SonicCloudOrg/sonic-ios-wda - b2e1c07d1028b696708b64b130292770b72e8052 authored about 8 years ago by Marek Cirkos <[email protected]>
Handling keyboard not present error

Summary: We loop for keyboard, however we do not check, if it was successful.

Reviewed By: migc...

github.com/SonicCloudOrg/sonic-ios-wda - eb8514512703f54dda0a9953a3be6755f572a7b8 authored about 8 years ago by Marek Cirkos <[email protected]>
Fixing testIgnoredAccessibilityAttributes failure

Summary: Previously testIgnoredAccessibilityAttributes could fail because there are multiple ima...

github.com/SonicCloudOrg/sonic-ios-wda - 9d70a5f0799d59070c945e4bdaaecc8408c35177 authored about 8 years ago by Georgiy Kassabli <[email protected]>
More robust testDeactivateApplication

Summary:
Visibility is a bit "delayed". Even if we wait till different view on that screen is vi...

github.com/SonicCloudOrg/sonic-ios-wda - e99e1d9149515848d1fa9738819f91e45d0f0f74 authored about 8 years ago by Marek Cirkos <[email protected]>
Adding isAccessibilityContainer property

Summary: In accessibility mode isVisible should not check if the element is accessible if the el...

github.com/SonicCloudOrg/sonic-ios-wda - de045610520f6b6e793ecd58b4f900c9c2636af0 authored about 8 years ago by Georgiy Kassabli <[email protected]>
Improved stability of fb_deactivateWithDuration

Summary:
`testDeactivateApplication` is really flaky, because we are waiting till springboard is...

github.com/SonicCloudOrg/sonic-ios-wda - a4c4f7ed24bb54a67d29719a57d397a5c90571af authored over 8 years ago by Marek Cirkos <[email protected]>
Send string to picker when setting value

Summary:
I'm not at all certain that this is the correct way to do this, but it fixes the proble...

github.com/SonicCloudOrg/sonic-ios-wda - d82dd9192e7224d9cacd7faa10fffc8902a68496 authored over 8 years ago by Isaac Murchie <[email protected]>
Setting XCTEventTimeout via timeouts endpoint

Summary: Instead of setting fixed XCTEventTimeout it would be more flexible to set it dynamicly ...

github.com/SonicCloudOrg/sonic-ios-wda - 463628918a56b692f7a4e46ab3eda7cfc529f3ba authored over 8 years ago by Marek Cirkos <[email protected]>
Handle element query with invalid class name

Summary: If we request element with unknown class name we map that to Any. Which is not really e...

github.com/SonicCloudOrg/sonic-ios-wda - 227135a6c58eafa42ec731c0bed269b16e5d9a8e authored over 8 years ago by Marek Cirkos <[email protected]>
Fixing isAccessible detection for table view cells

Summary: System consider UITableViewCell accessible if it's container view is accessible. This d...

github.com/SonicCloudOrg/sonic-ios-wda - facefb15a6ead8b6aa3ed220e4030d85d7cd86b4 authored over 8 years ago by Georgiy Kassabli <[email protected]>
Fix for the issue with Table view Search Controller

Summary: Table view Search Controller handles accessibility in very distinct way and marks itsel...

github.com/SonicCloudOrg/sonic-ios-wda - 68cb9a34bb9f0349660bf7b93374dc9f4189dc36 authored over 8 years ago by Georgiy Kassabli <[email protected]>
Remove duplicated session ID information

Summary: We already have GET session endpoint so there is no need to duplicate this information
...

github.com/SonicCloudOrg/sonic-ios-wda - d34da564ca3024f0ee0f886f31f9fb36af52628e authored over 8 years ago by Marek Cirkos <[email protected]>
Update XCTest headers to iOS 10.0

Summary: iOS 10 has been released so updating XCTest headers, so that we can know what is new!

...

github.com/SonicCloudOrg/sonic-ios-wda - 98de4a09e3a0294127959c28ad4243545d02f7f8 authored over 8 years ago by Marek Cirkos <[email protected]>
Add copied Cartfile.resolved to gitignore

Summary:
[`bootstrap.sh` copies `Cartfile.resolved` into the `Carthage` directory][1] as of [`eb...

github.com/SonicCloudOrg/sonic-ios-wda - 8763bf43ff54852055d33aedffe9e2e321964cca authored over 8 years ago by Riley Avron <[email protected]>
Add support to automation scenarios

Summary:
It is useful to be able to operate device/simulator without explicitly creating session...

github.com/SonicCloudOrg/sonic-ios-wda - 32d50f9e4463f62088e759d323a6a6d11ad56c44 authored over 8 years ago by Marek Cirkos <[email protected]>
Handle empty view hierarchy

Summary: Sometimes we might fail to fetch view hieratchy. In that case instead of throwing excep...

github.com/SonicCloudOrg/sonic-ios-wda - 5d767c61accec9ce031a26cc82e1025153ee8add authored over 8 years ago by Marek Cirkos <[email protected]>
Overwrite default TestManager request timeout

Summary:
On slower hosts under cpu pressure, this timeout is often crossed.
Increasing it should...

github.com/SonicCloudOrg/sonic-ios-wda - 6c3a7becbbcd59d51e84ff622293ca57b229324f authored over 8 years ago by Marek Cirkos <[email protected]>
Fix window size endpoint

Summary:
`wdRect` dictionary was flatten to meet WD spec requirements.
Unfortunately this endpoi...

github.com/SonicCloudOrg/sonic-ios-wda - 6813e2549b684379e1b6a6ee96deb2b42f4e1a85 authored over 8 years ago by Marek Cirkos <[email protected]>
Workaround for the issue when parent element is marked invisible if some of their children aren't visible

Summary: Previously we were checking visibility for every element. Now we do those checks only f...

github.com/SonicCloudOrg/sonic-ios-wda - 32fc6bba067395932c1506c66436b4f78b39d9fe authored over 8 years ago by Georgiy Kassabli <[email protected]>
Update to https://w3c.github.io/webdriver/webdriver-spec.html#get-ele…

Summary:
Update to follow the https://w3c.github.io/webdriver/webdriver-spec.html#get-element-re...

github.com/SonicCloudOrg/sonic-ios-wda - 30b17410421f3f2382969659c8793620cc6f8ee4 authored over 8 years ago by Wen Fan <[email protected]>
Switch Travis to Xcode 8

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/282

Reviewed By: migchez

Diffe...

github.com/SonicCloudOrg/sonic-ios-wda - 252bd786e62706e9acc0470c274f9f2ad0338630 authored over 8 years ago by Marek Cirkos <[email protected]>
Added support for twoFingerTap from XCUIElement spec

Summary:
I have added support for the twoFingerTap from XCUIElement spec
Closes https://github.c...

github.com/SonicCloudOrg/sonic-ios-wda - e6f4a6ce25a1eaf67fae916b3fbeb70fe6c929a6 authored over 8 years ago by Sergey Plevako <[email protected]>
Fix scrolling on springboard

Summary:
This PR fixes #269. Contents include:

- Add `fb_scrollToVisibleWithNormalizedScrollDis...

github.com/SonicCloudOrg/sonic-ios-wda - 17c56c1b3788306b69551d82b871f7b5ec60726f authored over 8 years ago by Riley Avron <[email protected]>
Kill location_in_views

Summary: It is dead code

Reviewed By: lawrencelomax

Differential Revision: D3849350

fbshipit-...

github.com/SonicCloudOrg/sonic-ios-wda - ab2e0d52e8b4df25423d37f2582bbb9a7903e065 authored over 8 years ago by Marek Cirkos <[email protected]>
Block fb_activeApplication response till only one application is active

Summary:
We have few app switching tests failing due to XCTest trying to query inactivated appli...

github.com/SonicCloudOrg/sonic-ios-wda - bf04bf444975777115c806deeca8130c1b8238ab authored over 8 years ago by Marek Cirkos <[email protected]>
Not listening on USB when running on simulator

Summary: When running WDA on simulator, listening on USB is not necessary and we can save some r...

github.com/SonicCloudOrg/sonic-ios-wda - a56c1449edb6c07d77b95436789f51c9fee6df96 authored over 8 years ago by Marek Cirkos <[email protected]>
Adding a flag to fetch carthage dependencies from GitHub using SSH credentials

Summary:
Addressing https://github.com/facebook/WebDriverAgent/issues/260.
Closes https://github...

github.com/SonicCloudOrg/sonic-ios-wda - 7ce95d21f990cf32fc623058d5cb74303edfb9e5 authored over 8 years ago by Shayan Sayahi <[email protected]>
Fix Integration tests

Summary: Integration tests, run only on Travis, were broken due to clean up made in D3820944.

D...

github.com/SonicCloudOrg/sonic-ios-wda - 151eb91eb17d9d93971743da7873f1d946870039 authored over 8 years ago by Marek Cirkos <[email protected]>
Use FBCommandStatusNoAlertPresent for absent alerts

Summary:
Rather than returning a no such element error, return the `FBCommandStatusNoAlertPresen...

github.com/SonicCloudOrg/sonic-ios-wda - 1e5d677e1791c0bf21328f9d58a57fbc563239da authored over 8 years ago by Isaac Murchie <[email protected]>
Caching Carthage directory on Travis

Summary:
This should improve build and testing time
Closes https://github.com/facebook/WebDriver...

github.com/SonicCloudOrg/sonic-ios-wda - eb28d747bcbd0e3432a84ccd0e528e902bd7cc61 authored over 8 years ago by Marek Cirkos <[email protected]>
Fix xcodebuild failure due to exit code 65.

Summary:
Travis often fails with exit code 65. After some digging I found out that it is due to ...

github.com/SonicCloudOrg/sonic-ios-wda - 88770b76fd5fb2428e10ddf292c80381b2e3a83e authored over 8 years ago by Marek Cirkos <[email protected]>
Kill testTapSuccess

Summary: This test is super flaky and does not test what it suppose to test

Reviewed By: nqmtua...

github.com/SonicCloudOrg/sonic-ios-wda - 2b1fd5fda421f799a203405ab907c3930cd4a457 authored over 8 years ago by Marek Cirkos <[email protected]>
Moved visibility tests

Summary:
XCTest on iOS 10.x does not report hidden and alpha hidden elements any more, however o...

github.com/SonicCloudOrg/sonic-ios-wda - 1e896b5dad61b5c72e7f8e3dfaf889ca584e3349 authored over 8 years ago by Marek Cirkos <[email protected]>
Removed xcpretty from CI script

Summary:
This formatter nicely folds test section etc, however it also swallows any test error, ...

github.com/SonicCloudOrg/sonic-ios-wda - 08b602088606abb4eb1c1ed6a308ab504b0517f8 authored over 8 years ago by Marek Cirkos <[email protected]>
Extract typing helpers to XCUIElement category

Summary:
Extracting typing helpers makes command handling code smaller and more testable and als...

github.com/SonicCloudOrg/sonic-ios-wda - 83989a9de5b23ad067e5915635079a6cfacf9773 authored over 8 years ago by Marek Cirkos <[email protected]>
Simple scrollview tests

Summary:
After playing a bit with accessibility stripped cells I noticed that way we simulate st...

github.com/SonicCloudOrg/sonic-ios-wda - 35d03e7add7ac0a1110514a3f735b548bb1ad36d authored over 8 years ago by Marek Cirkos <[email protected]>
Turn off autocorrection on IntegrationApp textfields

Summary:
FBKeyboardTests tend to fail, because on slower host text gets corrected while typing.
...

github.com/SonicCloudOrg/sonic-ios-wda - aa7d2d5e1f2e0715566a6270e5bb82e18d9d5a1b authored over 8 years ago by Marek Cirkos <[email protected]>
Remove picker wheel set command

Summary: It is not Web Driver spec compliant https://w3c.github.io/webdriver/webdriver-spec.html...

github.com/SonicCloudOrg/sonic-ios-wda - 55ee5eeaf57c40260795859e06614839eb8278ef authored over 8 years ago by Marek Cirkos <[email protected]>
Remove size and location commands

Summary: They are not part of WebDriver spec: https://w3c.github.io/webdriver/webdriver-spec.htm...

github.com/SonicCloudOrg/sonic-ios-wda - 58027c5f73f814bfdc07acffa559fb89b320f279 authored over 8 years ago by Marek Cirkos <[email protected]>
Prevent from attaching to WDA hosting process

Summary:
With iOS 10, WDA can't attach to hosting process as it permanently hangs.
This diff pre...

github.com/SonicCloudOrg/sonic-ios-wda - dbf67fde6797abda13924b531d492f1bd8cfa786 authored over 8 years ago by Marek Cirkos <[email protected]>
picking parent in order of CollectionView, Table, ScrollView

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/229

Differential Revision: D369...

github.com/SonicCloudOrg/sonic-ios-wda - 14820677342fc035bb1df29a206d613542dc5c13 authored over 8 years ago by Yatin Phatak <[email protected]>
More robust testTappingAppOnSpringboard

Summary:
Tests can fail when switching to springboard and immediately queuing elements which may...

github.com/SonicCloudOrg/sonic-ios-wda - 5df9d0e8fd52b874536c7b0a495b779977b9cc7e authored over 8 years ago by Marek Cirkos <[email protected]>
Fix copyright headers

Summary: Some files where using bad copyright headers. This diff fixes them.

Reviewed By: asm89...

github.com/SonicCloudOrg/sonic-ios-wda - 70616e87aa59663fd5bfd8c33d5addcc1fc49994 authored over 8 years ago by Marek Cirkos <[email protected]>
Unify categories naming

Summary:
WebDriverAgent can be used as helper framework to write xctests. Therefore it is import...

github.com/SonicCloudOrg/sonic-ios-wda - 2577a7516a1c872a0c7cf84292b0fcd4e41ceca2 authored over 8 years ago by Marek Cirkos <[email protected]>
stringify the attribute before rendering

Summary:
I confirmed that it seems to be no more native way to output booleans in JSX:
http://st...

github.com/SonicCloudOrg/sonic-ios-wda - e26e712f79f1516d995b8cfb77bf18b3fd0df341 authored over 8 years ago by Dmitry Lyubarskiy <[email protected]>
Added missing constraints for "Contacts" button

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/236

Reviewed By: lawrencelomax
...

github.com/SonicCloudOrg/sonic-ios-wda - 723a0284da7ed9259552666813e328fe3247ed29 authored over 8 years ago by Marek Cirkos <[email protected]>
Fix Carthage is missing message

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/235

Reviewed By: lawrencelomax
...

github.com/SonicCloudOrg/sonic-ios-wda - a8bdcfea376c6dc5672fda1af09985e8bd241ead authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed tapping for iOS 10

Summary:
Apple changed way they message taps to test manager with new iOS 10 beta 4.
So this dif...

github.com/SonicCloudOrg/sonic-ios-wda - 06398b6a2b61920289770531457eb290573ff3d7 authored over 8 years ago by Marek Cirkos <[email protected]>
Join set value and set picker wheel into one command

Summary:
`/uiaElement/:uuid/value` is not WebDriver spec compliant https://w3c.github.io/webdriv...

github.com/SonicCloudOrg/sonic-ios-wda - 556b0668ece14123838c8a1c0d53a8593519ec2f authored over 8 years ago by Marek Cirkos <[email protected]>
Change iPad used for integration tests to iPad 2

Summary:
`-[FBKeyboardTests testTextTyping]` is failing on slower hosts, because text field is c...

github.com/SonicCloudOrg/sonic-ios-wda - 68bdff745a77477531404fdd7592940259f48299 authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed typo

Summary:
facebook-github-bot import
Closes https://github.com/facebook/WebDriverAgent/pull/219

...

github.com/SonicCloudOrg/sonic-ios-wda - 523c5c2899685cb21a15025918b595bd4caa5d9c authored over 8 years ago by Marek Cirkos <[email protected]>
Fix broken find element tests

Summary:
Fixes tests were broken due to change in Integration app made while landing those tests...

github.com/SonicCloudOrg/sonic-ios-wda - 8ff623b58bf46ccc254fe6124b439c16a074d117 authored over 8 years ago by Marek Cirkos <[email protected]>
Passing status code to Travis

Summary:
Travis uses status codes to determine if the build has failed.
Closes https://github.co...

github.com/SonicCloudOrg/sonic-ios-wda - d1fd6d90902609eca158450cffb2dca119977bdf authored over 8 years ago by Marek Cirkos <[email protected]>
Updated umbrella header

Summary:
https://github.com/facebook/WebDriverAgent/issues/177
Closes https://github.com/faceboo...

github.com/SonicCloudOrg/sonic-ios-wda - bcd38e0cc5ab99a3cd03b506502ee84fcb7f300c authored over 8 years ago by Marek Cirkos <[email protected]>
Stabilize fb_deactivateWithDuration

Summary:
Deactivate application test is randomly failing, as we might return before application ...

github.com/SonicCloudOrg/sonic-ios-wda - 10378fae18d3b198f35f86e04fd99bf7384e417a authored over 8 years ago by Marek Cirkos <[email protected]>
Faster alert checks for iPhones

Summary:
In case of iPhone any alert or sheet is considered an alert.
In case of iPad any alert ...

github.com/SonicCloudOrg/sonic-ios-wda - b606c3116a89ed90f7de13929e6f4c4337029b52 authored over 8 years ago by Marek Cirkos <[email protected]>
Improved FBFailureProofTestCaseTests

Summary:
Any assert validation with FBFailureProofTestCase doesn't make sense, because by defini...

github.com/SonicCloudOrg/sonic-ios-wda - 898cf557415b756a3836814a0477b6c954adb20e authored over 8 years ago by Marek Cirkos <[email protected]>
Extracted element finding methods to category

Summary: Extracting search methods from `FBFindElementCommand` to category will make it testable...

github.com/SonicCloudOrg/sonic-ios-wda - 4c42f6726b94495d01802416bcefa3766f4eeb7e authored over 8 years ago by Marek Cirkos <[email protected]>
Non hittable element returns successful

Summary:
marekcirkos
Closes https://github.com/facebook/WebDriverAgent/pull/217

Differential Re...

github.com/SonicCloudOrg/sonic-ios-wda - 7acf08aa15982e6677d19c0dea851cd620f59406 authored over 8 years ago by Rafael Chavez <[email protected]>
Rotation implementation

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/209

Differential Revision: D361...

github.com/SonicCloudOrg/sonic-ios-wda - 8ac5608d1b317988f227a422a1cb3405914f8455 authored over 8 years ago by Rafael Chavez <[email protected]>
Move /source endpoint to GET

Summary:
The `/source` endpoint ought to be `GET`. See https://w3c.github.io/webdriver/webdriver...

github.com/SonicCloudOrg/sonic-ios-wda - 9648eb1747ef7c64630d78256f82e675742f8431 authored over 8 years ago by Isaac Murchie <[email protected]>
fix indent

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/207

Differential Revision: D359...

github.com/SonicCloudOrg/sonic-ios-wda - 48c6b6a299d2378c8761753687f75a2d421e32a2 authored over 8 years ago by Kazuaki Matsuo <[email protected]>
Inspector 6p fixture

Summary:
Inspector hard coded px to pt scale to 2 (1pt=2px). It works on most iOS device, but no...

github.com/SonicCloudOrg/sonic-ios-wda - 5fec7b7c6db825c4f95a840913351c3557c57099 authored over 8 years ago by 陈恒捷 <[email protected]>
Unified bundleID definitions

Summary: Some bundleID for targets are via plist some via project configuration. To have one way...

github.com/SonicCloudOrg/sonic-ios-wda - 95b3ba98675e67f34a2913aacdba0005ff729c7e authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed Application handling

Summary:
Apparently creating new `XCUIApplication` elements everytime we want to attach to proce...

github.com/SonicCloudOrg/sonic-ios-wda - c1f949bac3d8d5b3b4ae4d088648cbb27ab97d3c authored over 8 years ago by Marek Cirkos <[email protected]>
Added WDA as dependency when building unit tests

Summary:
Currently we compile tested classes as part of UintTests bundle. It would be much bette...

github.com/SonicCloudOrg/sonic-ios-wda - 1e1aa822760a84b27741e13a1e41a4ce201e21ec authored over 8 years ago by Marek Cirkos <[email protected]>
Made FBScrollingTests non-device specific

Summary:
Different devices have different screen sizes which means we can't relay on certain ele...

github.com/SonicCloudOrg/sonic-ios-wda - dc418655ed6cef280af560e6b488c625ce53fef4 authored over 8 years ago by Marek Cirkos <[email protected]>
Made XCUIApplicationHelperTests non-device specific

Summary:
Different devices (iPad vs iPhone) on different iOS version have different icons on sec...

github.com/SonicCloudOrg/sonic-ios-wda - 040d99249a2ec65787c47a81a006737db9c053ad authored over 8 years ago by Marek Cirkos <[email protected]>
Caching Springbaord application

Summary:
We fetch Springboard application everytime we want to query system alerts, which happen...

github.com/SonicCloudOrg/sonic-ios-wda - 6a1f18537240698f7b0fb97e4864a3d866025802 authored over 8 years ago by Marek Cirkos <[email protected]>
Fix inspector's cannot render highlight node on screenshot issue.

Summary:
In inspector, it may highlight nodes that out of bound like below:

![image](https://cl...

github.com/SonicCloudOrg/sonic-ios-wda - 32997f2afe934fa5fe405ac2659038d7e40d052e authored over 8 years ago by 陈恒捷 <[email protected]>
Removing FBApplication as observer.

Summary: Making sure that we remove ourself as observers when process is being terminated.

Revi...

github.com/SonicCloudOrg/sonic-ios-wda - 9bfb4c6bc59c71a3a522af02418c99dae4ada6dd authored over 8 years ago by Marek Cirkos <[email protected]>
Replace XCTouchGesture with XCSynthesizedEventRecord

Summary: It looks like in Xcode beta-2 `XCTouchGesture` has been removed so replaced it with `XC...

github.com/SonicCloudOrg/sonic-ios-wda - 8e4f4a6c1661d39a55dae3463f087c5ab33a2028 authored over 8 years ago by Marek Cirkos <[email protected]>
Fix inspector's cannot render hightlight node on screenshot issue.

Summary:
I found that that there are codes for highlighting selected nodes on screenshot, but it...

github.com/SonicCloudOrg/sonic-ios-wda - b3b5c708d86d05aa96b772e458e105a463a6d49a authored over 8 years ago by 陈恒捷 <[email protected]>
Added FBConfiguration tests

Summary: Added some basic FBConfiguration tests

Reviewed By: lawrencelomax

Differential Revisi...

github.com/SonicCloudOrg/sonic-ios-wda - 9a488a2f86333d9f4e7619109e6f0e838948fe5c authored over 8 years ago by Marek Cirkos <[email protected]>
Fix fb_placeApplicationProxy

Summary:
It is rare, but possible that `currentProcess` is `nil` when we try to wrap it in to pr...

github.com/SonicCloudOrg/sonic-ios-wda - 2ed10a77cea79c99056554224a5ac4a9d59e3150 authored over 8 years ago by Marek Cirkos <[email protected]>
Add missing Nullability annotations

Summary: They will help us test our assumptions with analyser

Reviewed By: lawrencelomax

Diffe...

github.com/SonicCloudOrg/sonic-ios-wda - 6816e09583c46655e7b7650df84641c64b2b5fdf authored over 8 years ago by Marek Cirkos <[email protected]>
Fix typing for Xcode beta 2

Summary: Apple killed API we where using so switching to antoher one.

Reviewed By: lawrenceloma...

github.com/SonicCloudOrg/sonic-ios-wda - 6e15fe661493df123ca01fc72782a02b23268c5b authored over 8 years ago by Marek Cirkos <[email protected]>
Improved screenshot test

Summary: Improved tests by Decoding data and checking if contains valid image.

Reviewed By: nqm...

github.com/SonicCloudOrg/sonic-ios-wda - 9e58a39794fce99954f17451aa04fa8151d0e698 authored over 8 years ago by Marek Cirkos <[email protected]>
Fix storyboards for Integration app

Summary: Some tests are randomly failing due to layout issues (items get off the screen). Change...

github.com/SonicCloudOrg/sonic-ios-wda - 97d28fbfddb86a17cc86b1d813e87d8147a07c58 authored over 8 years ago by Marek Cirkos <[email protected]>
Fixing the accessibility issue with text field placeholder

Summary: We were ignoring placeholder value when checking accessibility of Text Field placeholde...

github.com/SonicCloudOrg/sonic-ios-wda - 618f2af560c700328062cb0a793f6122e9f505f9 authored over 8 years ago by Georgiy Kassabli <[email protected]>
Obstructing view if dismiss popover region apple provides in UIPopove…

Summary:
…rController is not in the tree.
Closes https://github.com/facebook/WebDriverAgent/pull...

github.com/SonicCloudOrg/sonic-ios-wda - a04aae9e45653f9466ba2bbf31ffe144404fc3da authored over 8 years ago by rafael-chavez <[email protected]>
Running tests on iPad

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/190

Differential Revision: D351...

github.com/SonicCloudOrg/sonic-ios-wda - 2d2d5e3d203ebe19e9399dc570f0076db3967e7a authored over 8 years ago by Marek Cirkos <[email protected]>
Removed testTriplePageScroll

Summary:
This test is "flaky" when tested with different simulators and it does not bring much s...

github.com/SonicCloudOrg/sonic-ios-wda - 65d04b19ae0c5be561584ba8204921c1000a5983 authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed application tests for Xcode 8

Summary:
"Game Center" has been moved so using "Extras" instead.
Closes https://github.com/faceb...

github.com/SonicCloudOrg/sonic-ios-wda - 199fb909f7f0f4440b1fc1075ac6713bd29e90aa authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed XCEventGeneratorHandler

Summary:
Signature is different that I thought.
Closes https://github.com/facebook/WebDriverAgen...

github.com/SonicCloudOrg/sonic-ios-wda - 17af6bc08884e0e10f944e3ea6ae6e47c2652944 authored over 8 years ago by Marek Cirkos <[email protected]>
Removed unused capabilities

Summary: Clearing unsued code

Reviewed By: migchez

Differential Revision: D3497119

fbshipit-s...

github.com/SonicCloudOrg/sonic-ios-wda - 9760b4d787e1c480ae4492e9d95e2c1a94ed63ab authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed Integration app warnings

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/185

Reviewed By: lawrencelomax
...

github.com/SonicCloudOrg/sonic-ios-wda - 362d835f386d6343eaa5ab1535d28c23a010964f authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed project warnings for Xcode 8

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/188

Reviewed By: lawrencelomax
...

github.com/SonicCloudOrg/sonic-ios-wda - 1e50d24b297fda67c2f534d2a22d56b7c3ce6960 authored over 8 years ago by Marek Cirkos <[email protected]>
Merged FBWebDriverAgent into FBWebServer

Summary:
We extracted almost all functionality from FBWebDriverAgent, so this class is no longer...

github.com/SonicCloudOrg/sonic-ios-wda - 6e8f0e8b1f9bdc0cfbe939d107df8c6cc8c2ddb0 authored over 8 years ago by Marek Cirkos <[email protected]>
Changed WebDriverRunner bundle codesign to project default

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/182

Reviewed By: migchez

Diffe...

github.com/SonicCloudOrg/sonic-ios-wda - 19946e48a4b18d6574ae41552405672bf84b5032 authored over 8 years ago by Marek Cirkos <[email protected]>
Resolved project file warnings

Summary: This resolves project setting warning on Xcode 7.3.1.

Reviewed By: nqmtuan

Differenti...

github.com/SonicCloudOrg/sonic-ios-wda - 481987c309ad7ca7ae073a67d8647d6420c18c28 authored over 8 years ago by Marek Cirkos <[email protected]>
Move fb_mainWindow to XCUIApplication helpers

Summary: This method depends on being called on XCUIApplication snapshot so moving it there.

Re...

github.com/SonicCloudOrg/sonic-ios-wda - 88bcb7b1890c32961534dd9a6fbad614657c5b98 authored over 8 years ago by Marek Cirkos <[email protected]>
Added scrolling tests

Summary: Added basic scrolling tests

Reviewed By: migchez

Differential Revision: D3481842

fbs...

github.com/SonicCloudOrg/sonic-ios-wda - 89b38090df49868e7f66556065f3bce5205a6b5b authored over 8 years ago by Marek Cirkos <[email protected]>
Removed pre-set provisioning profile

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/180

Reviewed By: migchez

Diffe...

github.com/SonicCloudOrg/sonic-ios-wda - 6a4978fd0c1fa227ab74d03afb4af1452e7c5531 authored over 8 years ago by Marek Cirkos <[email protected]>
More robust integration tests

Summary:
Tests fail pretty often because XCTest fails to tap element, but do not reguster an iss...

github.com/SonicCloudOrg/sonic-ios-wda - 06ea2ee6edd73ad2bfd5f00cf8fb239bec51b24c authored over 8 years ago by Marek Cirkos <[email protected]>
Fix to not include empty elements in accessibility tree

Summary: Previously there was a scenario where we could include empty elements that aren't relev...

github.com/SonicCloudOrg/sonic-ios-wda - 988b6907972ef49562c98d435d5a8258457c748d authored over 8 years ago by Georgiy Kassabli <[email protected]>
Tests for FBAlert

Summary: Added tests for handling alerts

Reviewed By: migchez

Differential Revision: D3456883
...

github.com/SonicCloudOrg/sonic-ios-wda - a2734eb3f867f7cd40561ccbe09c5ab2ab4689b4 authored over 8 years ago by Marek Cirkos <[email protected]>
Added possibility to overwrite pooling interval for FBRunLoopSpinner

Summary:
Running tests on Xcode server with 0.1s pooling basicly kills the server.
I assume it i...

github.com/SonicCloudOrg/sonic-ios-wda - 83af5b7d585d9d3eba325994487a5b93ee13a3b3 authored over 8 years ago by Marek Cirkos <[email protected]>
Device helper tests

Summary: Added some basic tests for XCUIDevice+Helpers

Reviewed By: migchez

Differential Revis...

github.com/SonicCloudOrg/sonic-ios-wda - 9156ede94ed22a1155af0e0cc53b3eea1b2e43d3 authored over 8 years ago by Marek Cirkos <[email protected]>