-
Notifications
You must be signed in to change notification settings - Fork 0
Scenarios are shown as a single test in ReSharper instead of a test for each step
Michael W Powell edited this page Dec 8, 2020
·
3 revisions
Instead of this:
You see this:
This is a known bug in older versions of ReSharper. The bug was fixed in ReSharper 2017.3 according to the xBehave.net issue.
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.
- Home
- Quick start
-
Documentation
- Writing scenarios
- Running scenarios
- Package dependencies
- Debugging scenarios
- Assertions
- Step names
- Debugging Scenarios with examples
- Background methods
- TearDown methods
- Async steps
- Object disposal
- Rollback
- Skipping steps and scenarios
- Step metadata
- Continuing on failure
- Step filters
- Changes in xBehave.net version 2.0
- Changes since deriving from xBehave.net
- Extending xWellBehaved.net
- FAQ
- Known Issues
- Contributions