I'm trying to run calabash tests for my app on Amazon Device Farm
, but a very simple check for text test always yields the following error, acrross all possible devices (yes, I tried all of them):
This device was unavailable and skipped
No other information is provided.
I made a simple app that just shows some static text and a test that checks for it, and it runs fine. But if I strip all permissions from my app, no internet, nothing required, same test, it gives this message.
How come there are no devices for my app, but there are identical devices for the sample app? How can I find out what specific feature I'm using that is not available?
This is what I see: