Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 92a34af6c1237c419b27191c5b59c85918e2f789..92a891edb1ce559a52d9246b8f470803b49fd1b8 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -3,6 +3,12 @@ |
| * Add `SuiteEvent` to the JSON reporter, which reports data about the suites in |
| which tests are run. |
| +* Add `AllSuitesEvent` to the JSON reporter, which reports the total number of |
| + suites that will be run. |
| + |
| +* Add `GroupEvent.testCount` to the JSON reporter, which reports the total |
|
alexander.doroshko
2016/02/02 11:02:28
Group.testCount is added, not GroupEvent.testCount
|
| + number of tests in each group. |
| + |
| ## 0.12.8 |
| * Organize the `--help` output into sections. |