test suite meta data

Hi folks, 

Turns out I need info like GitHub handle of the test coordinator for a spec, mailing list to send pull requests to for each spec, etc.

I can either put all of this information along with the scripts I'm writing, or we can put it directly in the repository in each sub-directory.

So for example, you'd have a manifest.json file in FileAPI/ which would contain the following info:

{
    "test-coordinator": "KrisKrueger",
    "mailing-list": [
        "public-webapps-testsuite@w3.org"
    ]
}

Thoughts?

--tobie 

Received on Wednesday, 31 July 2013 12:54:25 UTC