Skip to content

Conversation

@kelset
Copy link
Owner

@kelset kelset commented Feb 8, 2023

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.


let driver;
const config = {
path: '/wd/hub',
Copy link

@MadeinFrance MadeinFrance Feb 9, 2023

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

Copy link

@MadeinFrance MadeinFrance left a 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

@kelset kelset marked this pull request as ready for review March 10, 2023 16:11
@kelset kelset changed the title bump to RN0.71 bump to RN0.71 & Appium 2 beta Mar 10, 2023
@kelset kelset merged commit 0858e22 into main Mar 10, 2023
@kelset kelset deleted the kelset/bump-to-RN-71 branch March 10, 2023 16:14
@kelset kelset mentioned this pull request Mar 10, 2023
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.

2 participants