testng.css 312 B

123456789
  1. .invocation-failed, .test-failed { background-color: #DD0000; }
  2. .invocation-percent, .test-percent { background-color: #006600; }
  3. .invocation-passed, .test-passed { background-color: #00AA00; }
  4. .invocation-skipped, .test-skipped { background-color: #CCCC00; }
  5. .main-page {
  6. font-size: x-large;
  7. }