Hello,
Is it possible to schedule the execution of any test using Outsystems timers?
It's not clear how to do it.
thanks
Hi Gianluca. By default, all tests are republished and re-executed every night.
This is done via the timers RepublishTestSuites and TakeDailySnapshot, respectively, and both can be found in the module TestConsoleCore. You can change their schedule in Service Center to better suit your needs (e.g. run tests at a more appropriate time of day or multiple times per day).