开发者

selenium2 grid: scheduling job to run daily?

开发者 https://www.devze.com 2023-03-15 02:29 出处:网络
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

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

  1. Hudson
  2. Quartz
  3. Cron job

to run the tests daily. Depending upon the size of your test you can decide which tool you would like to use

0

精彩评论

暂无评论...
验证码 换一张
取 消