miblanchard / react-native-slider

A pure JavaScript <Slider> component for react-native and react-native-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testID props is not found(For Jest test case)

vishaldhanotiyadev opened this issue · comments

Is there any way to write a test case for the slider? When I try to write test case but I am unable to find testID in the slider module.

@vishaldhanotiyapersistent you're right that there isn’t currently any way to set a testID. Looking at the render hierarchy there isn’t a great place to put one. Many testing tool should also allow you to find elements by another mechanism as well.

Yeah, I did the same set a testID to view and then check the children component render hierarchy to write the test case..

is there any plan in the near future to add testID in the slider?

Since there isn't a good element to attach the test Id I don't have any plans to support a testId prop anytime soon.