Re: test suite meta data

On 7/31/13 8:54 AM, ext Tobie Langel wrote:
> 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?

I tend to prefer what you describe above i.e. to distribute this info in 
each toplevel directory (e.g. FileAPI/).

-AB

Received on Wednesday, 31 July 2013 13:12:32 UTC