From 694d369bf7b369d72b89eac1806f7248b2e9a2d0 Mon Sep 17 00:00:00 2001 From: 0009 <0009@qq.com> Date: Fri, 29 Aug 2025 15:23:31 +0800 Subject: [PATCH] Add File --- test-output/testng.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-output/testng.css diff --git a/test-output/testng.css b/test-output/testng.css new file mode 100644 index 0000000..3904800 --- /dev/null +++ b/test-output/testng.css @@ -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; +} +