for the individual test results

# 解决方案


<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-plugin</artifactId>
    <configuration>
        <testFailureIgnore>true</testFailureIgnore>
    </configuration>
</plugin>
发布了831 篇原创文章 · 获赞 387 · 访问量 278万+

猜你喜欢

转载自blog.csdn.net/AinUser/article/details/104782706