Skip to content
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

Support dotnet test #1

Closed
MNie opened this issue Apr 17, 2017 · 13 comments
Closed

Support dotnet test #1

MNie opened this issue Apr 17, 2017 · 13 comments

Comments

@MNie
Copy link
Owner

MNie commented Apr 17, 2017

Add the ability to run specs by dotnet test not only by dotnet run

Ref: Expecto #139

@dmaterowski
Copy link

hey, is there any progress with this? I've been trying to get dotnet test to work but without any luck so far

@MNie
Copy link
Owner Author

MNie commented Oct 20, 2017

@dmaterowski Hey in fact dotnet test will be available in Template when Expecto vs adapter would support dotnet test. Right now Vs Test adapter doesn't support dotnet test, but @Alxandr create a new one adapter which supports dotnet test. So I think when it will be available in some package, or it will be merged somehow with the old one adapter we could add a reference to it to a template.

Issue in expecto

@Alxandr
Copy link

Alxandr commented Oct 20, 2017

It's not available as a package yet, cause I'm looking for a good CI solution.

@dmaterowski
Copy link

@Alxandr do you mind sharing the adapter code? maybe I could help with setting up VSTS CI

@Alxandr
Copy link

Alxandr commented Oct 20, 2017

@MNie
Copy link
Owner Author

MNie commented Oct 20, 2017

@Alxandr please ping me when package would be available :)

@Alxandr
Copy link

Alxandr commented Oct 20, 2017

When I figure out how I want to do CI deployments, which I currently find somewhat annoying... But regardless. I'll get around to it. Hopefully this weekend :)

@Alxandr
Copy link

Alxandr commented Oct 20, 2017

Currently available at myget:

dotnet add package YoloDev.Expecto.TestSdk --version 0.1.0-ci.10 --source https://www.myget.org/F/yolodev/api/v3/index.json

Will get onto nuget once I've tested it to be working from a nuget package. But for now it's time to sleep.

@Alxandr
Copy link

Alxandr commented Oct 21, 2017

Confirmed to be working on netcoreapp. Needs another .props file to work on full framework. Should be really straight forward, but unfortunately can't test that on my mac.

@MNie
Copy link
Owner Author

MNie commented Oct 21, 2017

@Alxandr I could give it a try on Windows and check if it works with .net framework :)

@Alxandr
Copy link

Alxandr commented Oct 21, 2017

@MNie latest version should in theory work with the full .NET framework (net461 or newer)

@Alxandr
Copy link

Alxandr commented Oct 21, 2017

Tested on full .net. Released on nuget, version 0.1.0.

@MNie
Copy link
Owner Author

MNie commented Oct 22, 2017

dotnettest

@Alxandr

Released as a RC

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

No branches or pull requests

3 participants