I have properties that I set to different values in order to tell the watchface to mock certain things.
I'm looking for some API or property that helps me check if I'm running on real watch and automatically switch off all mocks and test/debug code.
I noted by accident there is App.getApp ().getProperty ("testMode") that's always true in the simulator. Is that set to false when on device?
Overall, the test framework is pretty useless for me because I can't use the App, can't run UI and that's the more challenging code I'd like to test. Don't have many functions I'd like to unit test. I need much more something that gives me experience comparable to the way Selenium is used to test mobile and web UIs.