0
我有兩個項目 - 包含specflow功能的「Features」和包含Specflow步驟定義的「Steps」。 我有以下設置在「特色」項目的app.config單獨彙編中的specflow步驟定義
<specFlow>
<!-- For additional details on SpecFlow configuration options see https://github.com/techtalk/SpecFlow/wiki/Configuration -->
<stepAssemblies>
<stepAssembly assembly="Steps" />
</stepAssemblies></specFlow>
但是當我嘗試調試我有文件,我得到這個錯誤: 無法加載文件或程序集「步驟」或它的一個依賴。該系統找不到指定的文件。
我錯過了什麼?是否可以在兩個單獨的assmeblies中指定功能和步驟?謝謝。