6

Working on a selenium test suite for a large web app. Nightly tests currently take 3h to finish. At what point do nightly tests become weekly tests??

Comments
  • 3
    If you aren’t deploying system wide changes daily, something about that doesn’t sound right if you are, I would only run a smaller suite that covers what you have touched since previous deployment and do a complete suite weekly.
  • 1
    @C0D4 yeah that's what I am thinking. Maybe a fully run each weekend.
  • 1
    Would parallelizing them help any?
  • 0
    @jallman112 saddly not. Some of the tests make changes to a backend DB.
  • 0
    If it’s all auto pulled from source, then you can start at 6p (sorry night owls, you will get in tomorrow’s test) and you have till 6a; so as long as you stay under 12h runs you can still do nightly.
Add Comment