2 Answers2

1

When compiling scripts, SpecFlow generates unit tests. You need to debug them. The breakpoints on the script file will work.

enter image description here

0

You can use the Test Explorer integrated in Visual Studio (https://learn.microsoft.com/en-us/visualstudio/test/run-unit-tests-with-test-explorer?view=vs-2019)

Andreas Willich
  • 5,665
  • 3
  • 15
  • 22