Hello all,
New to appium and mobile testing in general.
I have a react-native android app that I am trying to test using Appium.
My problem is my tests can't seem to find any of the elements on the page. I can see the elements when I use uiautomator to inspect them, but the tests all fail with element not found.
I have tried adding test ID's and accessibility identifiers. But no luck when running my tests.
Was hoping someone here has some experience with writing tests for react native apps or knows of a good tutorial