executing feature using already exsisting dll
Dear all,
I'm wondering if there's a possibility to run a feature file using an existing compiled dll, without using visual studio.
What I'm trying to achieve is the possibility to create a scenario (using a set of predefined statement implemented inside the dll) skipping the compile step inside vs.
So basically
dotnet test TestFramework.dll --feature myfeature.feature
Thank you,
0
-
Running an existing feature/scenario is possible. You "just" need to filter for it. You can use the normal filter operations for "dotnet test"/"vstest": https://github.com/Microsoft/vstest-docs/blob/main/docs/filter.md
0
Please sign in to leave a comment.
Comments
1 comment