Hi!
I want to run some autoamtion test for iOS in PHPUnit.
The only way (I have found so far) to do this is use WebDriverTestCase like it is in git's sample
here.
But I don't want to extend the WebDriverTestCase class (I don't need Composer at all!). I want only
PHPUnit_FrameworkTestCase, and a
RemoteWebDriverElement object from
here. The problem is, that RemoteWebDriverElement does not have such capability as "app" implemented.
Is there any way to do this tests without
sauce.io?
Coulde you let me know how?
Thanks a lot!