[SpecFlow] Load runtime plugin without additional assembly
CompletedWhat I want to achieve is to trace the test status (like through implementing our own ITestTracer). Is there a way to register our version of ITestTracer class within the test project itself, rather than creating a separate project for that plugin? I understand why generator plugins need to be in a assembly. But IMHO, it is not necessary to put runtime plugin in separate assembly.
0
-
Official comment
Since 3.6 you can write runtime plugins in your test project. There is no need to have a separate project for it anymore.
Please sign in to leave a comment.
Comments
1 comment