简体   繁体   中英

How can I Schedule python script to run every day at specific time ? (except Windows schedule)

I have .py selenium scripts, I want to schedule the scrips to run daily at specific time.How can i do that ? windows platform

我建议您看到类似APScheduler的内容

Why not use a CI mechanism like Jenkins or Travis CI ? These CI tools will give you a perfect mechanism of running your tests, specifically on a specific time or minute of day.

This post talks about scheduling in detail - Jenkins Scheduling .

Once you've scheduled your tests, you can check them manually or just configure them to send you emails once the build is run for the day.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM