dapplo / Dapplo.Jira

This is a simple REST based JIRA client, written for Greenshot, by using Dapplo.HttpExtension
MIT License
35 stars 14 forks source link

Cannot find xunit tests in test explorer #21

Closed alfadormx closed 7 years ago

alfadormx commented 7 years ago

Hi,

Could you please help me out? I have VS Studio 2015 Update 3 Professional with the .NET Core Tools for VS20015. I cannot see the Xunit tests in the Test Runner window. I would like to add some endpoints and the associated tests for them. The problem is I don't see the tests so I cannot execute them. What is your PC configuration?

Thanks HH

Lakritzator commented 7 years ago

thanks for asking, I really appreciate some help 😊 There was an issue with the recent xunit update, so I just downgraded this.

Try again, please.

Btw. You will need to supply your own server & credentials for the tests, checkout the TestBase.cs

Best wishes, Robin

alfadormx commented 7 years ago

Thanks for your help. I have updated the code and I can see the tests.