Is there some way how to control scheduling or test execution with Appium?

Hi there,

We have automated test cases that we are executing on device farm from Amazon.
Device farm it self has 1 hour limitation, that is the length of remote sessions for device.

At the moment we are separating test cases in deferent suits, and that is kind of a workaround how we work, but it is not really satisfying our needs, since I can not have one branch with all test cases and execute it from there but I have deferent branches for each test suite and therefore through Jenkins I am starting runs.

It will be very helpfull if someone already have been through this and can share experience.

Thanks!