Home > Archive > Extreme Programming > May 2004 > Automating Fitnesse
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Automating Fitnesse
|
|
| Jon White 2004-04-28, 6:51 pm |
| Hi,
we are looking at using fitnesse wiki to frame our acceptance tests - have
wiki set up with fixtures - all works great.
But we would like to integrate these tests into an ant script and as the
wiki doesn't save html pages out I cant find any FIT runners that seem they
will do the job.
Ideally I would like to be able to pass a subwiki folder location to a
runner which will then recurse through the suite and run all of the tests,
failing on broken ones.
Does anyoone know of anything that will help me?
Thanks in advance
Jon
| |
| Robert C. Martin 2004-04-29, 6:14 am |
| On Wed, 28 Apr 2004 22:30:18 +0100, "Jon White"
<jonwhite123@yahoo.co.uk> wrote:
>Hi,
>
>we are looking at using fitnesse wiki to frame our acceptance tests - have
>wiki set up with fixtures - all works great.
>
>But we would like to integrate these tests into an ant script and as the
>wiki doesn't save html pages out I cant find any FIT runners that seem they
>will do the job.
>
>Ideally I would like to be able to pass a subwiki folder location to a
>runner which will then recurse through the suite and run all of the tests,
>failing on broken ones.
>
>Does anyoone know of anything that will help me?
There is a command you can have your ant task run.
See: http://fitnesse.org/FitNesse.CommandLineTestRunner
Another possibility is to use wget http://wget.sunsite.dk/. With this
tool you can have your ant task run the tests and then catch the HTML
coming back and put it into a file.
-----
Robert C. Martin (Uncle Bob)
Object Mentor Inc.
unclebob @ objectmentor . com
800-338-6716
"Distinguishing between the author
and the writing is the essence of civilized debate."
-- Daniel Parker
| |
| Jon White 2004-05-03, 9:30 pm |
| Thanks - works a treat.
Jon
"Robert C. Martin" <unclebob@objectmentor.com> wrote in message
news:3n51905mkft3rac4fq1p74vhh6dc6lv5q4@
4ax.com...
> On Wed, 28 Apr 2004 22:30:18 +0100, "Jon White"
> <jonwhite123@yahoo.co.uk> wrote:
>
have[color=darkred]
they[color=darkred]
tests,[color=darkred]
>
> There is a command you can have your ant task run.
> See: http://fitnesse.org/FitNesse.CommandLineTestRunner
>
> Another possibility is to use wget http://wget.sunsite.dk/. With this
> tool you can have your ant task run the tests and then catch the HTML
> coming back and put it into a file.
>
>
>
> -----
> Robert C. Martin (Uncle Bob)
> Object Mentor Inc.
> unclebob @ objectmentor . com
> 800-338-6716
>
> "Distinguishing between the author
> and the writing is the essence of civilized debate."
> -- Daniel Parker
| |
| Jon White 2004-05-03, 11:04 pm |
| Thanks - works a treat.
Jon
"Robert C. Martin" <unclebob@objectmentor.com> wrote in message
news:3n51905mkft3rac4fq1p74vhh6dc6lv5q4@
4ax.com...
> On Wed, 28 Apr 2004 22:30:18 +0100, "Jon White"
> <jonwhite123@yahoo.co.uk> wrote:
>
have[color=darkred]
they[color=darkred]
tests,[color=darkred]
>
> There is a command you can have your ant task run.
> See: http://fitnesse.org/FitNesse.CommandLineTestRunner
>
> Another possibility is to use wget http://wget.sunsite.dk/. With this
> tool you can have your ant task run the tests and then catch the HTML
> coming back and put it into a file.
>
>
>
> -----
> Robert C. Martin (Uncle Bob)
> Object Mentor Inc.
> unclebob @ objectmentor . com
> 800-338-6716
>
> "Distinguishing between the author
> and the writing is the essence of civilized debate."
> -- Daniel Parker
|
|
|
|
|