We currently show tests in the outline view if they match the pattern group() / test(). Flutter uses testWidgets('name', () { }, and other micro test frameworks layered on top of package:test have other patterns for the test name (testUsingContext(), ...). It would be nice to support these patterns as well.