OLD | NEW |
| 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 Loading... |
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. |
OLD | NEW |