jsUnit and build.xml

263 Views Asked by At

So I want a build.xml file that I can invoke from Hudson to run my jsUnit tests. However, the build.xml file has a few things that it needs to ... I guess run the unit tests. One of things it needs are these browser files such as ie.exe or firefox.exe. However on Ubuntu I have no clue as to where these browser files are.

If anyone can help me, I would really appreciate perhaps
- a sample build.xml file that can run multiple tests (through Hudson).
- OR a way to reference the "browser files"
- OR a description of a simpler/better alternative of jsUnit

Thanks so much in advance!

1

There are 1 best solutions below

0
Sagar On

From your question it sounds like you are looking for the firefox executable. On Ubuntu, I believe that is located at:

/usr/bin/firefox

There is no ".exe" extension.