selenium2 grid: scheduling job to run daily?
In selenium2 grid, how would you set up specific tests to run daily? Basically something like a cron job to ensure it runs every interva开发者_开发百科l.
You would need to use any type of scheduling or CI tool like
- Hudson
- Quartz
- Cron job
to run the tests daily. Depending upon the size of your test you can decide which tool you would like to use
精彩评论