How to add testID & accessibilityLabel to navigattionBar for test with appium
2ducanhpham opened this issue · 4 comments
2ducanhpham commented
How to add testID & accessibilityLabel to navigattionBar for test with appium
gwmccull commented
I ended up forking the repo and adding the accessibility label prop. You just have to pass it through. My fork is for v3
gwmccull@58f4620
2ducanhpham commented
thanks @gwmccull . Miss testID for IOS
gwmccull commented
@2ducanhpham I'm not familiar with testID. My QA guy just needs accessibilityLabel for Appium testing.
The pattern should be easy enough for you to follow.
Maybe next week I'll look into fixing it so it passes through all of the props
2ducanhpham commented
thanks @gwmccull