-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 12.2 webview tests fail using xcuitest-driver #12239
Comments
The log shows that WDA is still in the build process. Is it the full log? |
This is an issue with finding the correct Unix Domain Socket to talk with the device. I will look into it a bit. |
@mykola-mokhnach I had truncated the logs because it went into a fast loop looking for a app PID. I created a new git which is not truncated. https://gist.github.com/sadafyadegari/4e5020e752e8fcad2ad00275bf0298e2 |
Actually, it seems that launching Safari with the url as an argument does not work for these sims. |
tested the xcode-10.2 beta 4 that came out on March 4th. Same results happen again. See logs: |
Update: In addition to the url not being correctly set, the Webkit Protocol has been compressed. I am investigating our implementation and should have some results by EOD. |
Update: I have a few things to iron out but tests in general are working. Once they all work for 12.2 I will move to making sure they still work for other platforms. |
linked PR has been merged |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The problem
Webview tests are failing in simulators.
Environment
Details
The tests falls into an infinite loop where processes cannot locate each other over rpc.
appium-xcuitest-driver git hash: c8e4eabc17361945cc37aa8f4319594cbd7a090d
appium-WebDriverAgent revision: branch xcode 10.2 sha: 9b05749dc2054f162eb2569b22bfa9350b195aa6
Link to Appium logs
Link to the Appium logs
Code To Reproduce Issue [ Good To Have ]
Running a test with runsauce with the following capabilities
(related to #12101)
The text was updated successfully, but these errors were encountered: