Skip to Content
Menu
This question has been flagged
1 Reply
2448 Views

Hi,

I would like to implement automated tests for scheduler actions that run once a day.

How can I achieve that? Is it possible to change the system date in an automated testing environment to simulate future events?

Thanks!

Avatar
Discard
Best Answer

crone will run according to system date change

Avatar
Discard
Author

Thanks for your answer! That cron is running according to system date is my problem.. Do I need to change the system date to test the scheduled action or is there a better way?