We are currently using JSTestDriver with Maven. When doing this, the command
line options, such as --browser are specified in the pom.xml. However, since
--browser requires platform-specific commands to run the browsers, our pom.xml
is now platform specific. This is not a good thing when your developers are on
several different browsers.
What is needed is a different way to specify the browser executables. Allowing
the browsers to be specified in the jsTestDriver.conf file seems ideal. In our
case, we have to generate this .conf file anyways to ensure that our thousands
of JavaScript files all get included in the appropriate order. If we could
additionally specify the browsers in the .conf file, we could also create the
platform-dependent browser configuration at the same time.
Original issue reported on code.google.com by nateredd...@gmail.com on 11 Apr 2012 at 1:52
Original issue reported on code.google.com by
nateredd...@gmail.com
on 11 Apr 2012 at 1:52