Trying to create a test that I want to run every hour on the hour exactly. Or every minute 30 seconds into the minute. Basically, I would like to be able to set a start time so that I can be sure that a test runs at a specific time.
For instance. A schedule that would look something like this.
Start test at: 12:00:30 and run test every: 00:01:00 would result in the test being run every minute half way into the minute.
12:00:30
12:01:30
12:02:30
etc...
Is there anyway I can ensure a test runs at a specific time or the like? Thanks.