-1

当我尝试使用 JUnit 5 运行以下命令时

mvn clean install -DskipTests && mvn clean test -pl=test-insight -Dtest="com.myproject.automation.test.settings.**" -Dspring.profiles.active="live" -Dsel.jup.screenshot.at.the.end.of.tests=whenfailure -Dsel.jup.screenshot.format=png -Dsel.jup.output.folder=target/screenshot

之后,我看不到屏幕截图已创建。有人帮我解决我的问题吗?谢谢

4

1 回答 1

0

我相信您需要启用 surfire-reports。

于 2020-02-24T23:04:44.000 回答