当我尝试使用 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
之后,我看不到屏幕截图已创建。有人帮我解决我的问题吗?谢谢