0
我試圖運行speflow
基於visual studio亞軍的測試,但在vsts
得到錯誤。我使用以下vsts
測試運行任務:無法使用vstest.console.exe運行specflow測試
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe myassembly.dll
錯誤:
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types
Retrieve the LoaderExceptions property for more information.
我曾嘗試:
/TestAdapterPath: "Adapterpath"/UseVsixExtensions:True/False(Both option)/Platform:[ platform type ]
...但都未工作;測試在Visual Studio 2017中工作正常,但仍然無法在CI作業中工作。
您與VSTest結合使用哪個測試跑步者? SpecFlow + Runner,MsTest,XUnit,NUnit? –
@AndreasWillich它是xunit –
它是一個核心測試項目嗎?你能用新項目重現這個問題嗎?將system.debug變量設置爲true,然後隊列構建並在OneDrive上共享詳細信息日誌。 –