问题
:Springboot在运行单元测试的时候只要一运行就会出现下面代码
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test
(default-test) on project springboot-mybatis-puls: There are test failures.
Please refer to F:\20210701train\procedure\springboot-mybatis-puls\target\surefire-
reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and
[date].dumpstream.
问题原因
:单元测试出现错误,高版本IDEA在运行项目单元测试时会首先初始化,调用test方法,如果你写的单元测试代码有问题,就会直接提示你某个单元测试有问题,就会报上面的错误
解决办法
:将maven的插件test禁用掉即可
结果
:最后再次运行单元测试的时候就会出现你的详细问题之处文章来源:https://www.toymoban.com/news/detail-613151.html
文章来源地址https://www.toymoban.com/news/detail-613151.html
到了这里,关于(已解决)Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!