https://github.com/osiristerje/profilingissue
Repro solution for test profiling issue
https://github.com/osiristerje/profilingissue
nunit visualstudio2017
Last synced: about 1 year ago
JSON representation
Repro solution for test profiling issue
- Host: GitHub
- URL: https://github.com/osiristerje/profilingissue
- Owner: OsirisTerje
- Created: 2017-08-05T21:10:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T09:52:06.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T00:47:46.971Z (over 1 year ago)
- Topics: nunit, visualstudio2017
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Profiling issue with NUnit 3.7/3.8 adapter and Visual Studio Test Explorer
## Environment
* Visual Studio 2017, latest build 15.2.26430.16 (Should be the same in earlier builds too)
The solution downloads the following:
* NUnit 3.7.1
* NUnit3TestAdapter 3.8
* MSTest 1.1.18
## Repro
Clone this repo
Build and you should see 2 tests in the test explorer
Select each of these, right click and select Profile Test
One should work, the MSTest one (TestItMsTest), the other (TestIt) might not work, which is the NUnit one. It will not do the profile, and complain in the Test Output window that there is no data in the buffers.
After running the profile on the NUnit test, does your test disappear from Test Explorer
Please also check if Code Coverage works on any of these.
Confirm your finding by message me the result on twitter [@OsirisTerje](https://twitter.com/osiristerje) or [Facebook](https://www.facebook.com/Terje.Sandstrom)