You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have started some work with Xcode UI test framework and interested in exploring this library to support mocking for our network calls during test execution.I went through the details on Github page of Embassy and Ambassador and their integration for XCUI* APIs seems seamless.Could you provide some details on the current support status of the framework and plan for maintaining this framework in future? Are there any areas of improvement where you are looking for any contribution (e.g Swift 2.3 support, Carthage )?
Thanks,
Sushant
The text was updated successfully, but these errors were encountered:
@kumarSC we are moving our own app projects to Swift 2.3, when we ran the UI tests along with Embassy and Ambassador, there seems to be no issue at all. I think we may not need anything to make them works with Swift 2.3.
And for Carthage, as far as I can tell, you don't really need to do anything to support Carthage, as your framework project is a very standard one. But I have't test it thought, will try it out see if there is any problem when I have spare time, or you are also very welcomed to try it out and let me know if there is any issue, then I can address them.
Hey @victorlin ,
We have started some work with Xcode UI test framework and interested in exploring this library to support mocking for our network calls during test execution.I went through the details on Github page of Embassy and Ambassador and their integration for XCUI* APIs seems seamless.Could you provide some details on the current support status of the framework and plan for maintaining this framework in future? Are there any areas of improvement where you are looking for any contribution (e.g Swift 2.3 support, Carthage )?
Thanks,
Sushant
The text was updated successfully, but these errors were encountered: