Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何让SBT在模块目标文件夹中编写报告_Sbt_Cucumber - Fatal编程技术网

如何让SBT在模块目标文件夹中编写报告

如何让SBT在模块目标文件夹中编写报告,sbt,cucumber,Sbt,Cucumber,我有一个多模块SBT项目,并添加了一些cucumber功能文件 我希望将html报告写入模块的目标文件夹 private val cucumberTestOptions = Seq(Tests.Argument(cucumberFramework, "--plugin", s"html:${moduleName.key}/target/html")) 但我看不出如何获得要计算的模块名。这会将文件直接写入…/moduleName/target/html

我有一个多模块SBT项目,并添加了一些cucumber功能文件

我希望将html报告写入模块的目标文件夹

private val cucumberTestOptions = Seq(Tests.Argument(cucumberFramework, "--plugin", s"html:${moduleName.key}/target/html"))
但我看不出如何获得要计算的模块名。这会将文件直接写入…/moduleName/target/html