gpt4 book ai didi

testing - Intellij 和 sbt : How to make intellij to read custom configuration file for my play application tests?

转载 作者:行者123 更新时间:2023-11-28 20:04:34 25 4
gpt4 key购买 nike

对于我的测试(Play Framework 2.6 应用程序),我想使用不同的配置文件。

为此,我将以下行添加到 build.sbt

JavaOptions in Test += "-Dconfig.file=conf/application.test.conf"

当我从 sbt (sbt test) 运行测试时,它工作正常,读取自定义配置文件。

但是当从 IntelliJ IDEA 运行测试时,它会忽略此设置并使用 application.conf 文件。

如何强制 IntelliJ 使用这个 sbt 设置?

最佳答案

您必须编辑您的 intellij 配置。为此,请使用:https://www.jetbrains.com/help/idea/creating-and-editing-run-debug-configurations.html .

进入编辑配置页面后,将 ScalaTest 添加到配置列表中。然后在VM Parameters下添加-Dconfig.file=conf/application.test.conf

保存,完成!

关于testing - Intellij 和 sbt : How to make intellij to read custom configuration file for my play application tests?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46990908/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com