| <!-- | |
| Copyright 2025 The Flutter Authors | |
| Use of this source code is governed by a BSD-style license that can be | |
| found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. | |
| --> | |
| DevTools tests are grouped by their respective screen (if applicable). If a test is for feature that does not belong to | |
| a single screen, it should be placed inside `test/shared/`. | |
| `test/test_infra/` contains all other than '_test.dart' files. |