ant - jsUnit and build.xml -


so want build.xml file can invoke hudson run jsunit tests. however, build.xml file has few things needs ... guess run unit tests. 1 of things needs these browser files such ie.exe or firefox.exe. on ubuntu have no clue these browser files are.

if can me, appreciate perhaps
- sample build.xml file can run multiple tests (through hudson).
- or way reference "browser files"
- or description of simpler/better alternative of jsunit

thanks in advance!

from question sounds looking firefox executable. on ubuntu, believe located at:

/usr/bin/firefox 

there no ".exe" extension.


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -