LiTiang / js-test-driver

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

Make the project root directory configurable #180

Closed GoogleCodeExporter closed 9 years ago

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

GoogleCodeExporter commented 9 years ago
Fixed in 1.3.1

Either define basepath in the configuration file, or pass basepath as a flag.

Original comment by corbinrs...@gmail.com on 24 Feb 2011 at 4:23