-
Notifications
You must be signed in to change notification settings - Fork 539
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
Builds fails when trying to use Swifter
in XCUITest
#525
Comments
@bartekpacia, have you figured it out yet? |
Hi @asafkorem, Unfortunately I didn't. I tried a few more libraries and ended up using Building42/Telegraph. I also saw people use swhitty/FlyingFox and be happy with it. Here's my short story about looking for a simple, working server (for iOS UI test automation purposes - here it is):
But in the end, I migrated to gRPC, so I don't use any of the libraries I mentioned above anymore :) PS I see that you work on Detox - great job and thanks! It inspired us a lot in Patrol :) |
@bartekpacia, I remember you and Patrol from an issue you commented on (XCUITest integration on Detox), hope everything is going well for you, and thanks for sharing your story results! BTW, I'm using Apple's Network framework directly, https://developer.apple.com/documentation/network, it works fine, but I just wanted to consider other alternatives. |
I'm trying to create a long-running server in a XCUITest test.
However I'm getting crashes:
What can be causing this?
The text was updated successfully, but these errors were encountered: