-
Notifications
You must be signed in to change notification settings - Fork 22
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
TeamCity integration #1
Comments
Or generate NUnit-style XML output. |
👍 |
I have an interest in implementing this. I saw you said you were getting frustrated with the If I implemented it with that approach, would you be interested to merge it in? |
Yeah, I agree it's not worth messing around with that library, instead just writing the special messages as strings to console. I'd love to merge such a feature of course :) |
Okay I'm going to take a look at this for an hour or so this morning, and maybe I can give a little time to it on Saturday. I would be really pumped to get this working. |
After a few minutes of looking at this I have a couple thoughts.
So before I go any further, I'd like some feedback: am I going in the wrong direction if I remove Fuchu.TeamCity, and instead put the TeamCity runner straight into Fuchu itself and try to get it to play nicely in an integrated way with the rest of the stuff? |
+1 for scrapping the Fuchu.TeamCity project. As for command-line options, I'd model that as something like:
then add that to |
Okay, thanks for the input, that's very helpful! I'll see if I can work on this on Saturday. |
I'm not familiar with Windows command-line conventions. I see you are using |
|
Is it important to maintain the API of all public functions? or just at the level of |
So far, I have deliberated worked to maintain the API of |
Alright, well I wasn't able to work on this on Saturday, but I did make solid progress on it this morning. Nothing ready yet; a lot of discovery work about Fuchu and how to interact it with TeamCity. I think this is going to be pretty doable though. The only major open question I have right now is how parallel tests is going to interact with TeamCity. |
|
The FAKE build isn't working on my machine, and I'm struggling to figure out why. Trying to generate a package for my local NuGet server so I can do some testing. |
Hm, rats. What a weird thing to be stuck on. |
Use https://github.com/JetBrains/TeamCity.ServiceMessages
The text was updated successfully, but these errors were encountered: