-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
tl;dr Is there an equivelent of dart_test.yaml for flutter test?
This was going to be a bug report that reporter and timeout have no effect in dart_test.yaml.
But I am testing a flutter app. Using flutter test not dart test
I have been using the dart testing docs and most of it applies to flutter test. But it is different (such as ignoring (??) dart_test.yaml, at least as far as timeout and reporter go).
Is there proper documentation for flutter test? https://github.com/flutter/tests is not like https://github.com/dart-lang/test, it is something different and less useful for testing flutter apps.
https://docs.flutter.dev/testing is not what I am looking for. I know what tests I want to do, I know how I want to implement them, I would just like some documentation of the tool. I have not found that yet.