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

Add parameter for a test project location #37

Open
robs opened this issue Oct 13, 2015 · 5 comments
Open

Add parameter for a test project location #37

robs opened this issue Oct 13, 2015 · 5 comments

Comments

@robs
Copy link

robs commented Oct 13, 2015

Hi Guys,

Given that this can be used as a sort of lightweight CI service do you have any plans to add a parameter for a test project location to the template builder?

I mention it as I haven't yet used a generated script that I haven't added a test that halts deployment.

Awesome project by the way!

@davidebbo
Copy link
Member

It's one of those things that have come up but that we've never done. We'd happily take a PR if you feel up to the challenge!

@robs
Copy link
Author

robs commented Oct 13, 2015

Heh, well, I've only looked at adding them for .net projects (vs console and xunit for dnx).
I could work it out for those but the node and basic ones, no idea.
I guess with this sort of project if you cater for one you have to cater for all.

I'll have a look but I've never done anything with node aside from getting the package for this so it may take a while. In the mean time, if anyone beats me to it I won't be offended :)

@davidebbo
Copy link
Member

Not necessarily. I think it would be fine to have this be .NET only to start with. In one of our samples, we use this logic to run tests.

@robs
Copy link
Author

robs commented Oct 13, 2015

Ok, makes sense, so the PR should have logic to throw if the param is included for a non .net project?

@davidebbo
Copy link
Member

Yes, would be good to fail and just say it's not yet supported.

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

No branches or pull requests

2 participants