Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Side by Side Diff: CHANGELOG.md

Issue 1637193003: Add suite information to the JSON reporter. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: fix changelog Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | json_reporter.md » ('j') | json_reporter.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.12.9
2
3 * Add `SuiteEvent` to the JSON reporter, which reports data about the suites in
4 which tests are run.
5
1 ## 0.12.8 6 ## 0.12.8
2 7
3 * Organize the `--help` output into sections. 8 * Organize the `--help` output into sections.
4 9
5 * Add a `--timeout` flag. 10 * Add a `--timeout` flag.
6 11
7 ## 0.12.7 12 ## 0.12.7
8 13
9 * Add the ability to re-run tests while debugging. When the browser is paused at 14 * Add the ability to re-run tests while debugging. When the browser is paused at
10 a breakpoint, the test runner will open an interactive console on the command 15 a breakpoint, the test runner will open an interactive console on the command
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 378 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
374 `expectAsyncUntil1` and `expectAsyncUntil2` 379 `expectAsyncUntil1` and `expectAsyncUntil2`
375 * `TestCase`: 380 * `TestCase`:
376 * Removed properties: `setUp`, `tearDown`, `testFunction` 381 * Removed properties: `setUp`, `tearDown`, `testFunction`
377 * `enabled` is now get-only 382 * `enabled` is now get-only
378 * Removed methods: `pass`, `fail`, `error` 383 * Removed methods: `pass`, `fail`, `error`
379 * `interactive_html_config.dart` has been removed. 384 * `interactive_html_config.dart` has been removed.
380 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 385 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
381 `solo_group` now throw a `StateError` if called while tests are running. 386 `solo_group` now throw a `StateError` if called while tests are running.
382 * `rerunTests` has been removed. 387 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | json_reporter.md » ('j') | json_reporter.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698