QA/Execution/Web Testing/Continuous Build Integration

From MozillaWiki
Jump to navigation Jump to search

Continuous Build Integration

The problem: Currently, our Selenium tests (IDE, PHP) are run on-demand, manually, in isolation. Output of results.html is manually examined.

What we'd like to see: A way of running *all* Selenium tests via a single (or few) button clicks (i.e. waterfall), and have the results automagically output in an easy-to-read format.

Proposed solutions:

Current progress:


Resources:

Automating IDE runs/reporting