So I’m writing something at work that is similar to Nose but specifically tailored to Selenium. I had originally been running it via Python but I think I am going to start calling it from Jython. Why?

  • Can access python Selenium RC tests natively
  • Can access java Selenium RC test natively
  • Can access perl Selenium RC tests through PyPerl
  • Can access ruby Selenium RC tests through JRuby

Could be that I am just tired, but this sniffs somewhat Holy Grail-ish as far as integrating different test scripts under a common launcher / audit and result logger.