This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Description
My UIAutomation tests, are able to run both on iPhone and iPad (I use tuneup js that adds target.isDeviceiPhone() and target.isDeviceiPad() to make them universal).
Would be really cool to have a "universal" directory where we put tests meant to be run both on iPhone and iPad.
The only option right now seems to be copying the files in both folders iphone and ipad, but I don't like it at all.
I also tried to make a folder alias inside iphone\ipad pointing to a folder where I have the tests, but it is ignored by bwoken.
If someone can point me in the right direction I could try to implement this feature, also if I'm not experienced with Ruby :-)