Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Scenarios are shown as a single test in ReSharper instead of a test for each step

Adam Ralph edited this page Nov 1, 2017 · 2 revisions

Instead of this:

image

you see this

image

This is a known bug in older versions of ReSharper. The bug was fixed in ReSharper 2017.3.

You will only encounter this ReSharper bug if your test project is using the new "SDK style" C# or VB projects which were introduced in Visual Studio 2017/MSBuild 15. If you are using the old-style projects then you are not affected.

Clone this wiki locally