HaroonBadsha / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Allow browser executables to be specified in the .conf file #359

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
we also need this feature. if we can specify which browser the case will be run 
in,we can work with others using the same js testdriver server.

Original comment by cqud...@qq.com on 3 Nov 2012 at 3:17