added a plain text test reporter, will be good for the webdriver client to pick up test results

This commit is contained in:
Peter 'Pita' Martischka 2012-10-28 13:16:41 +00:00
parent c4f38e28a6
commit f85da5483d
3 changed files with 83 additions and 3 deletions

View file

@ -8,6 +8,10 @@ body {
height: 100%;
}
#console {
display: none;
}
#iframe-container {
width: 50%;
height: 100%;