Skip to content

0.12.22

Choose a tag to compare

@grouma grouma released this 13 Jun 00:22
· 1604 commits to master since this release
  • Add a retry option to test() and group() functions, as well
    as @Retry() annotation for test files and a retry
    configuration field for dart_test.yaml. A test with reties
    enabled will be re-run if it fails for a reason other than a
    TestFailure.

  • Add a --no-retry runner flag that disables retries of failing tests.

  • Fix a "concurrent modification during iteration" error when calling
    addTearDown() from within a tear down.