LiTiang / js-test-driver

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

Provide access to parsed jsTestDriver.conf in the browser #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As a plugin developer, I'd like my users to customize the behavior of my plugin 
via configuration.

To make things easy for them and clean for jstd and jstd plugin developers, I'd 
like to reuse facilities provides via the jsTestDriver.conf.

User would then be able create configuration as  key/value pairs in 
jsTestDriver.conf and the plugin would be able to access it via the javascript 
jstd api.

While it would likely be a good idea to expose the same information via the 
server side api, the solution should not require any serverside code so that 
pure javascript plugins can benefit from this feature.

Original issue reported on code.google.com by imi...@google.com on 10 May 2011 at 5:48