einari / Forseti

Javascript test/spec runner
Other
11 stars 2 forks source link

Should be able to specify dependencies once for all harnesses in a config file #51

Closed einari closed 11 years ago

pavsaund commented 11 years ago

we support this atm : https://github.com/dolittle/Forseti#dependencies

einari commented 11 years ago

Doesn't work!

pavsaund commented 11 years ago

Hmm, what happens? syntax error when reading the configuration file? or does it just not work?

einari commented 11 years ago

Hang on... It might be me.. :)

einari commented 11 years ago

Nope.. Its not me.. It does not crash - but it doesn't bring in the script references either! So these dependencies are just ignored!

pavsaund commented 11 years ago

ok, regression or never implemented correctly then. case open then ;)

pavsaund commented 11 years ago

dependencies are read in from the configuration file and passed along to the harness. So something is happening between there and rendering the page.