Question

I have an executable with unit tests (my custom framework) and I want to run it after each build using Hudson.

I would expect to register my exe as a Hudson step and make sure it produces the correct report format.

So far all tutorials I have found seem like overkilling with all the configuration files and interfaces. I'll go that path if I need - but what's the simplest way to achieve what I want? I'm looking for a good link with a "template" that I can adjust for my needs.

Was it helpful?

Solution

I think that creating an app for this is overkill, you could probably do a post build step that runs and generates junit output format.

Goodluck.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top