This forum is now Read-Only. The Magento Community Forum is scheduled to close permanently on December 31, 2025. Please save any necessary information before this date. Join us on Slack for continued engagement!
Can I find documentation or an example for a integration test of cron?
I tried custom cron groups, but I can not rerun a job multiple times in less then a minute.
Also, I dont deploy phpunit to production environment, so I cant run the job there again to see, if the failing is random or reproducable, or just rerun it after changing a setting I forgot.
Are this enough reasons to have this?
I found this was something I needed when I was trying to debug/configure/test generation of sitemap.xml files. It would have been great if I could just run a CLI command to regenerate them.