I'm using VS 2019 + SpecFlow + SpecRun. After I migrated the tests from version 2.1.0 to 3.1.86, I'm unable to run the tests locally (after I click 'Run' in 'Test Explorer' the tests don't start).
Default.srprofile
...
<Target name="SCM Android 8.0">
...
<Target name="SCM Local Android 8">
...
<Target name="SCM iPhone 6s iOS 11.3">
...
During the investigation, I found out that the problem is spaces in the target name. Removing spaces solves the problem. Is there any reason why spaces are now forbidden for target name?