1

We're running widgetTests and I'm seeing output like

        :
00:08 +76: /Users/<path>/sliver_app_bar_test.dart: <test description>
00:08 +77 ~1: /Users/<path>/sliver_app_bar_test.dart: <test description>
00:08 +78 ~2: /Users/<path>/sliver_app_bar_test.dart: <test description>
00:08 +79 ~3: /Users/<path>/sliver_app_bar_test.dart: <test description>
00:08 +80 ~3: /Users/<path>/sliver_app_bar_test.dart: <test description>
        :
00:33 +386 ~3: All tests passed!

The number after the + is the test counter. What's the number after the ~ refer to?

buttonsrtoys
  • 2,359
  • 3
  • 32
  • 52

1 Answers1

1

It's the number of skipped tests.

buttonsrtoys
  • 2,359
  • 3
  • 32
  • 52