Skip to main content

Usage of specflow for Rust based application?

Comments

1 comment

  • Chris Rudolphi

    Short, flippant, answer is "Yes", you probably can use SpecFlow/C# to test Rust code.

     

    The bigger picture is that you will have to generate .NET bindings/interop-layer for your Rust code.

    As an example (found via a quick Google search) is: https://github.com/Diggsey/rnet

    These will likely work well for primitive data types passed between the test code and the Rust application. I suspect more work/difficulty if you have to exchange custom data types.

    0

Please sign in to leave a comment.

Powered by Zendesk