开发者

jsUnit and build.xml

开发者 https://www.devze.com 2023-03-01 22:32 出处:网络
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 ar

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开发者_JS百科 simpler/better alternative of jsUnit

Thanks so much in advance!


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消