Pretty up jasmine runner.
This commit is contained in:
parent
457b5a011f
commit
988a406da8
@ -16,9 +16,32 @@ p {
|
|||||||
|
|
||||||
.fail {
|
.fail {
|
||||||
background: url( ../images/fail-16.png ) no-repeat;
|
background: url( ../images/fail-16.png ) no-repeat;
|
||||||
|
padding-left: 20px;
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fail_in_summary {
|
.fail_in_summary {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.spec {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.passed {
|
||||||
|
background-color: lightgreen;
|
||||||
|
}
|
||||||
|
|
||||||
|
.failed {
|
||||||
|
background-color: pink;
|
||||||
|
}
|
||||||
|
|
||||||
|
.resultMessage {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stackTrace {
|
||||||
|
white-space: pre;
|
||||||
|
font-size: .8em;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user