From 06e0f9e01b356923a882e3ed1e6a1a7b3df5dbf8 Mon Sep 17 00:00:00 2001 From: 0009 <0009@qq.com> Date: Fri, 29 Aug 2025 15:23:26 +0800 Subject: [PATCH] Add File --- test-output/index.html | 318 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 318 insertions(+) create mode 100644 test-output/index.html diff --git a/test-output/index.html b/test-output/index.html new file mode 100644 index 0000000..0a6181d --- /dev/null +++ b/test-output/index.html @@ -0,0 +1,318 @@ + + + + + + TestNG reports + + + + + + + + + + +
+ Test results +
+ 1 suite +
+ +
+
+
+
+
+ + com.flz.rest.firstTest +
+
+
+
+ + + testSingleString + (linda) +
+
+
+
+ + + testWindowsOnly +
+
+
+
+ + + testWindowsToo +
+
+
+
+
+
+
+ D:\workspace\restAssureTest\src\main\java\testng.xml +
+
+
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
+<suite name="Suite">
+  <parameter name="first-name" value="linda"/>
+  <test name="Test">
+    <groups>
+      <run>
+        <include name="windows.*"/>
+      </run>
+    </groups>
+    <classes>
+      <class name="com.flz.rest.firstTest"/>
+    </classes>
+  </test> <!-- Test -->
+</suite> <!-- Suite -->
+            
+
+
+
+
+ Tests for Suite +
+
+
    +
  • + Test (1 class) +
  • +
+
+
+
+
+ Groups for Suite +
+
+
+ windows.checkintest +
+
+ testWindowsOnly +
+
+
+
+ windows.checkintestsample +
+
+ testSingleString +
+
+
+
+ windows.functest +
+
+ testWindowsToo +
+
+
+
+
+
+
+ Times for Suite +
+
+
+ + Total running time: 12 ms +
+
+
+
+
+
+
+ Reporter output for Suite +
+
+
+
+
+
+ 5 ignored methods +
+
+
+ com.flz.rest.firstTest +
+ testMethod3 +
+ testMethod2 +
+ testMethod1 +
+ testLinuxOnly +
+ f +
+
+
+
+
+
+
+ Methods in chronological order +
+
+
+
com.flz.rest.firstTest
+
+ testSingleString(linda) + 0 ms +
+
+ testWindowsOnly + 13 ms +
+
+ testWindowsToo + 14 ms +
+
+
+
+
+ +