wix / Detox

Gray box end-to-end testing and automation framework for mobile apps
https://wix.github.io/Detox/
MIT License
11.23k stars 1.92k forks source link

what's the best way to match tabs in iOS? #12

Closed talkol closed 7 years ago

talkol commented 8 years ago

requires some research

what's the best way to match the different tab icons?

need to add this to the api

talkol commented 8 years ago

we need support for assigning accessibilityID as a prop named testID (like the rest of React Native naming convention) to all components supported in react-native-navigation like nav buttons and tabs.

LeoNatan commented 7 years ago

@DanielZlotin Make sure to add support for testID in navigation v2. UITabBarItem supports accessibility identifiers. This is a navigation issue.

DanielZlotin commented 7 years ago

will do, although title bar item in iOS is a problem...

LeoNatan commented 7 years ago

Let's discuss the title bar some more. I am not convinced yet how to solve properly.