如何配置SpecFlow以停止将日志写入TestResults文件夹?
我花了最近几个小时阅读文档,我也看了一下:http://specflow.org/documentation/Configuration/
但是,我无法找到答案。我假设必须有app.config设置?
这是我的app.config:
<specFlow>
<!-- For additional details on SpecFlow configuration options see http://go.specflow.org/doc-config -->
<!-- For additional details on SpecFlow configuration options see http://go.specflow.org/doc-config --><!-- use unit test provider SpecRun+NUnit or SpecRun+MsTest for being able to execute the tests with SpecRun and another provider --><unitTestProvider name="SpecRun"/><plugins>
<add name="SpecRun"/>
</plugins></specFlow>
答案 0 :(得分:2)
日志文件由SpecFlow + Runner生成,目前您无法禁用它的生成。 但我认为这是一个好主意,我会把它放在我们的积压工作上。
完全披露:我是SpecFlow和SpecFlow +
的开发人员之一