Skip to content
fpurcell edited this page Aug 27, 2011 · 3 revisions

You can run the TriMet tests locally with Selenium IDE

  1. Download this zipfile: http://maps5.trimet.org/otp-bugs/tests.zip
  2. Unzip tests.zip to create a directory called 'tests'.
  3. Install Selenium IDE for Firefox -- http://seleniumhq.org/projects/ide/
  4. Open Selenium (from tools menu, tools->Selenium IDE)
  5. File->Open Test Suite ...
  6. Open tests/TestSuite.html.
  7. Run...

If you want to run tests against the daily graph built at TriMet (http://maps5.trimet.org/test), you can simple use the web version of selenium without downloading anything: http://maps5.trimet.org/selenium/core/TestRunner.html?test=../otp/TestSuite.html

BTW, the /test graph is built on a nightly basis with these config files: http://maps5.trimet.org/otp-bugs/

Clone this wiki locally