Updates to the Selenium WebDriver tests.

This commit is contained in:
Graham Triggs 2016-01-26 20:52:43 +00:00
parent 5053b4cff4
commit aac9373f85
55 changed files with 2224 additions and 774 deletions

View file

@ -0,0 +1,9 @@
.invocation-failed, .test-failed { background-color: #DD0000; }
.invocation-percent, .test-percent { background-color: #006600; }
.invocation-passed, .test-passed { background-color: #00AA00; }
.invocation-skipped, .test-skipped { background-color: #CCCC00; }
.main-page {
font-size: x-large;
}