qunitjs / js-reporters

📋 Common Reporter Interface (CRI) for JavaScript testing frameworks.
MIT License
60 stars 18 forks source link

Add event data description to README #25

Closed fcarstens closed 9 years ago

fcarstens commented 9 years ago

This PR adds a description of the js-reporters event data based on #12.

jzaefferer commented 9 years ago

In addition to the above, we should have at least two examples, one with a flat and one with a multiple levels deep nested structure. Could be addressed in a separate PR, please file an issue in that case.

fcarstens commented 9 years ago

Included all suggestions. Let's do the examples in a separate PR.

jzaefferer commented 9 years ago

Looks good to land!

jzaefferer commented 9 years ago

Please reference both issues and PRs in commit messages (at least before merging). Elsewhere we use "Fixes #xxx" for issues, "Closes #xxx" for PRs, could use that here as well.