TL;DR; How can I create a specflow test that calls another test as its first step?
Given I already have one specflow test
And I want to run
If I understand the question correctly, you want to call other scenarios across different feature files.
or