-
Couldn't load subscription status.
- Fork 7
bump to RN0.71 & Appium 2 beta #2
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
Conversation
|
|
||
| let driver; | ||
| const config = { | ||
| path: '/wd/hub', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be / because /wd/hub returns HTTP 404
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job for updating to the latest requirements of Appium. I think Webdriver should be initialized with
import {remote} from 'webdriverio';
See an example: https://github.com/webdriverio/webdriverio/blob/main/examples/appium/appium-draws-its-logo.mjs
To make the project be more relevant, let's update it all to match latest RN stable and Appium 2.
This work has been partially inspired by @MadeinFrance's feedback and PR (#3) and by the work we are doing in core in this PR: facebook/react-native#36267
Currently, for some god-forsaken reason the android test fails, but I want to merge this is so that fixes can be worked on top of the better shape of code.