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

React Native 0.34+ not supported - testee not connected, cannot fw action #43

Closed
mikelsons opened this issue Oct 12, 2016 · 6 comments
Closed

Comments

@mikelsons
Copy link

I'm still having this this issue #20 with detox 3.2.0. ( Also tried on 3.1.0 )

06:12:37: server listening on localhost:8099...
06:12:41: role=tester login (sessionId=mytestapp)
06:12:47: role=tester action=isReady (sessionId=mytestapp)
06:12:47: role=testee not connected, cannot fw action (sessionId=mytestapp)
06:12:47: role=testee login (sessionId=mytestapp)
06:12:47: role=testee action=ready (sessionId=mytestapp)
06:12:47: role=tester action=reactNativeReload (sessionId=mytestapp)
06:13:07: role=tester action=cleanup (sessionId=mytestapp)
06:13:07: role=testee action=cleanupDone (sessionId=mytestapp)
06:13:07: role=tester disconnect (sessionId=mytestapp)

Simulators starts app but test isn't executed. I tried on iphone 6s, 6, 5s simulator as well and it was the same.

@talkol
Copy link

talkol commented Oct 12, 2016

I assume it's related internally to #44 (the entire Apple ecosystem updated and we're still stuck on the previous versions). Can you confirm your setup? (Xcode ver, MacOS ver)

@mikelsons
Copy link
Author

El Capitan ( 10.11.6 ) and XCode 7.3.1

@talkol
Copy link

talkol commented Oct 12, 2016

On a second look, your server log looks good. this is what supposed to happen. The tester connected to the server first and is waiting for the testee. Then the testee connects and says he's ready. Then the tester asks him to reload their RN app and the testee doesn't respond.

What version of React Native are you using?

@mikelsons
Copy link
Author

I was testing on React Native 0.34.1. Seem to work on 0.27.2, 0.28.0 0.32.1, 0.33.1 but not on 0.34.1 and 0.35.0. So the most current supported version is 0.33.1 ?

@talkol
Copy link

talkol commented Oct 12, 2016

Wow, awesome work!
We'll get to it eventually as we're working to update all other dependencies to latest.
Since we rely on private React Native API on the native side, every RN update might break stuff.
You are welcome to help out, if you're able to locate the issue and PR.
I would also like to maintain compatibility to the older version though.
Thanks.

@talkol talkol changed the title testee not connected, cannot fw action React Native 0.34+ not supported - testee not connected, cannot fw action Oct 12, 2016
@talkol talkol added this to the Version 1 milestone Oct 12, 2016
@LeoNatan
Copy link
Contributor

Now supported.

@wix wix locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants