Currently I have to put jsTestDriver.conf into the root of my project to allow
for my src/ and test/ files to be reachable.
I'd prefer not to pollute my root dir and instead put the config file along
with other config files under my config/ directory and configure the root path
for serving files within this file.
Story:
As a developer I'd like to put my jsTestDriver.conf into config/ directory of
my project and within the config file, specify the relative path from the
config file to the root of my project (e.g. projectRoot=../). All the
include/exclude paths within the config file should then be recalculated to
take the projectRoot setting into account. If the property definition is
missing it should default to ./ (which is the current behavior).
Original issue reported on code.google.com by imi...@google.com on 17 Dec 2010 at 5:48
Original issue reported on code.google.com by
imi...@google.com
on 17 Dec 2010 at 5:48