Skip to content

Commit c2efff7

Browse files
committed
testNG 生成漂亮的测试报告
1 parent 48cce6c commit c2efff7

File tree

1 file changed

+3
-39
lines changed

1 file changed

+3
-39
lines changed

springboot-testng-report/pom.xml

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,15 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.springframework.boot</groupId>
7-
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.3.3.RELEASE</version>
9-
<relativePath/>
6+
<groupId>com.notebook</groupId>
7+
<artifactId>Springboot-Notebook</artifactId>
8+
<version>0.0.1-SNAPSHOT</version>
109
</parent>
11-
<groupId>com.xiaofu.report</groupId>
1210
<artifactId>springboot-testng-report</artifactId>
1311
<version>0.0.1-SNAPSHOT</version>
1412
<name>springboot-testng-report</name>
15-
<description>springboot-testng-report</description>
16-
17-
<properties>
18-
<java.version>1.8</java.version>
19-
</properties>
2013

2114
<dependencies>
22-
<dependency>
23-
<groupId>org.springframework.boot</groupId>
24-
<artifactId>spring-boot-starter-web</artifactId>
25-
</dependency>
26-
27-
<dependency>
28-
<groupId>org.springframework.boot</groupId>
29-
<artifactId>spring-boot-starter-test</artifactId>
30-
<scope>test</scope>
31-
<exclusions>
32-
<exclusion>
33-
<groupId>org.junit.vintage</groupId>
34-
<artifactId>junit-vintage-engine</artifactId>
35-
</exclusion>
36-
</exclusions>
37-
</dependency>
3815

3916
<dependency>
4017
<groupId>org.testng</groupId>
@@ -49,19 +26,6 @@
4926
<version>3.0.6</version>
5027
</dependency>
5128

52-
<dependency>
53-
<groupId>org.projectlombok</groupId>
54-
<artifactId>lombok</artifactId>
55-
<version>1.16.18</version>
56-
<scope>provided</scope>
57-
</dependency>
58-
59-
<dependency>
60-
<groupId>com.alibaba</groupId>
61-
<artifactId>fastjson</artifactId>
62-
<version>1.2.49</version>
63-
</dependency>
64-
6529
</dependencies>
6630

6731
<build>

0 commit comments

Comments
 (0)