Open GoogleCodeExporter opened 9 years ago
http://code.google.com/p/js-test-driver/wiki/ConfigurationFile#server:
Please reread the server definition, as it relates to defining the server to
run tests against.
I'll leave this as an enhancement.
Original comment by corbinrs...@gmail.com
on 28 Jun 2011 at 3:52
I guess I'm not getting something the documentation seems to support the
behaviour I'm trying to achieve.
I tried defining a default location for my server/port in my config but the
jsTestDriver won't read the config unless I override the port in the CLI.
Original comment by jared.mc...@gmail.com
on 28 Jun 2011 at 1:12
http://code.google.com/p/js-test-driver/wiki/CommandLineFlags#--server might
clarify.
Essentially, the server flag and configuration attribute declare what server to
run tests on. It does not declare what server to start tests on.
For that, you need the --port flag which tells jstd what port to start the
server on. Currently, there is no way to declare the port in the configuration
file.
Original comment by corbinrs...@gmail.com
on 28 Jun 2011 at 2:32
Original issue reported on code.google.com by
jared.mc...@gmail.com
on 27 Jun 2011 at 8:41