Skip to content
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

fix: start proxy before WDA to handle caching issues #1053

Merged
merged 1 commit into from
Aug 27, 2019

Conversation

umutuzgur
Copy link
Member

No description provided.

@mykola-mokhnach
Copy link
Contributor

Please merge after the tests are finished

return;
}
if (isLocalHost(this.wdaBaseUrl)) {
this.iproxy = await this.createIProxy();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the next step might be to add better error handling to createIProxy, so we can suggest which process to kill in order to free up the port

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The next step is creating a Factory class to handle the cached WDA instances more properly

@umutuzgur umutuzgur merged commit 7db5ffd into master Aug 27, 2019
@umutuzgur umutuzgur deleted the fix_wda_caching branch August 27, 2019 14:24
khanayan123 pushed a commit to khanayan123/appium-xcuitest-driver that referenced this pull request May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants