Or from other place..
- What I want: get all scenario names on start test, but without start all tests.
- What I tried: by assembly reflection I scanned content, but one contain only feature names and method names. Not scenario names. (from this: Get list of tests in nunit library programmatically without having to run tests) Also exist ScenarioContext, but it contain only current names. Not all existing in testsuite.
What i am using:
- Specflow for describe.
- NUnit for run. VS2019.
- TestRail for result collect. TestSuite contains testName equal test describe in Specflow.
I hope it possible. Thanks to all!