Skip to content

add support for running tests inside Visual Studio #939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2015

Conversation

shiftkey
Copy link
Contributor

For the longest time, there's been a VSIX available to run your xUnit tests in VS (2012+).

Now they've switched over to using the NuGet-based option. You may think this requires upgrading to xUnit 2.0, but that's not necessary - it works with xUnit 1.0 tests as well.

This saved me a lot of time digging into the tests I was writing for #938, so hopefully it can help someone else out!

In VS2013 Update 4:

screen shot 2015-01-30 at 4 56 51 pm

------ Run test started ------
========== Run test finished: 992 run (0:06:28.0184151) ==========

@shiftkey
Copy link
Contributor Author

And here's the official advice about xUnit in Visual Studio.

nulltoken added a commit that referenced this pull request Jan 30, 2015
add support for running tests inside Visual Studio
@nulltoken nulltoken merged commit 03e2bb2 into vNext Jan 30, 2015
@nulltoken nulltoken deleted the shiftkey/running-tests-in-vs branch January 30, 2015 06:52
@nulltoken nulltoken added this to the v0.21 milestone Jan 30, 2015
@nulltoken
Copy link
Member

💣💥🔥💨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants