Andrew Cole
Andrew Cole
+1 Not sure what they want me to replace this with.
I'm seeing the same thing as @jashick and getting a wildly different factor than @btafel . This is definitely an issue as I'm trying to limit videos by duration. The...
@lathonez Have you put any thought into doing e2e testing on actual devices or through an emulator?
Ah it was hidden in the name. Yeah I'm currently checking out both a SauceLabs solution and Appium.
Updates from my research. I have been looking into ways to automate locally first, and then integrate into a cloud platform (like sauce labs). First I want to say that...
@lathonez Yes, I would like to document it. I got stuck because the app I am testing on has a facebook login portion and my protractor skills are not solid...
Hey guys, I have seen this exact same issue here too. I'm using ionic so I am thinking about implementing a fix that waits for an app pause event and...
@robwebdev It's hard to test because I really haven't found a way to test this without making an actual in-app purchase... Have you found a way to decode the receipt...
Hey all, I'm also having the same issue here too. I've got a private route component that I'm using with an auth check described below. ```ts const PrivateRoute: React.FC =...
I fixed this issue by using a newer emulator (or an actual device). I used a nexus 5x. With chromedriver you need a specific version of chrome installed, which is...