URLShortener/test-output/testng.css

10 lines
303 B
CSS
Raw Permalink Normal View History

2024-02-01 23:44:46 +05:30
.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;
}