|
Revision 4938, 0.8 kB
(checked in by magi@…, 7 months ago)
|
|
More working formatting for test results.
|
| Line | |
|---|
| 1 | ${templateHead} |
|---|
| 2 | <body> |
|---|
| 3 | |
|---|
| 4 | <h1>Automated tests for nightly builds, click build to download</h1> |
|---|
| 5 | <h4>Tests are run every time after a new build is generated from trunk. New build is compiled nightly if changes exists in the SVN.</h4> |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | <table cellpadding="0" cellspacing="0" class="tests-table"> |
|---|
| 9 | <tbody> |
|---|
| 10 | <tr> |
|---|
| 11 | <th class="started">Tests started <span>#passed/total, runtime, mem used</span></th> |
|---|
| 12 | <th class="version">Build version <span>Click to download</span></th> |
|---|
| 13 | <th class="reports">Test cases and results <span>Click test results (execution time)</span></th> |
|---|
| 14 | </tr> |
|---|
| 15 | |
|---|
| 16 | <!-- ROWS BEGIN. START EDITING HERE --> |
|---|
| 17 | <tr> |
|---|
| 18 | ${testData} |
|---|
| 19 | <!-- DON'T MODIFY BELOW THIS --> |
|---|
| 20 | <tr class="spaceholder-row"> |
|---|
| 21 | <td> </td> |
|---|
| 22 | <td> </td> |
|---|
| 23 | </tr> |
|---|
| 24 | </tbody> |
|---|
| 25 | </table> |
|---|
| 26 | |
|---|
| 27 | </body> |
|---|
| 28 | </html> |
|---|