已安装 SpecFlow.Allure 但在服务器上它不起作用
Installed SpecFlow.Allure but on server it doesn't work
我在本地使用 SpecFlow Allure 时遇到问题,但在服务器上却不行。我有 windows 2008 服务器,我为 gradle 使用 .tpl 文件。当我添加到我的 tpl 时
与 app.config 相同的设置
`
<plugins>
<add name="Allure" type="Runtime"/></plugins><stepAssemblies>
<stepAssembly assembly="Allure.SpecFlowPlugin"/>
</stepAssemblies>`
但我的服务器显示此错误:
System.IO.FileNotFoundException : Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Ofc,如果我从 .tpl 文件中删除有关 Allure 的信息,它会起作用,但我的报告不会创建。你知道如何使用它吗?
干杯,
这与 Allure 无关,与 .net 标准 2.0 支持有关。请确保您的 Jenkins 代理能够构建 .net std 2.0 项目。
我在本地使用 SpecFlow Allure 时遇到问题,但在服务器上却不行。我有 windows 2008 服务器,我为 gradle 使用 .tpl 文件。当我添加到我的 tpl 时 与 app.config 相同的设置 `
<plugins>
<add name="Allure" type="Runtime"/></plugins><stepAssemblies>
<stepAssembly assembly="Allure.SpecFlowPlugin"/>
</stepAssemblies>`
但我的服务器显示此错误:
System.IO.FileNotFoundException : Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
Ofc,如果我从 .tpl 文件中删除有关 Allure 的信息,它会起作用,但我的报告不会创建。你知道如何使用它吗?
干杯,
这与 Allure 无关,与 .net 标准 2.0 支持有关。请确保您的 Jenkins 代理能够构建 .net std 2.0 项目。