【已解决】surefire-reports for the individual test results.
生活随笔
收集整理的這篇文章主要介紹了
【已解决】surefire-reports for the individual test results.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
出錯原因:
測試代碼執行的文件需要從target文件夾中獲取。如下:
因此,需要在pom.xml中加入代碼,生成target文件夾及正確的路徑, 才能執行test。
代碼:
<build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><configuration><testFailureIgnore>true</testFailureIgnore></configuration></plugin></plugins></build>有用就點個贊叭 QAQ
總結
以上是生活随笔為你收集整理的【已解决】surefire-reports for the individual test results.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【已解决】applicationCont
- 下一篇: 【两种解法】基础实验4-2.2 列出叶结