tree: 0c1f56f6c8d75acfca717c0a384880e0f1c709a6
  1. app_size/
  2. cpu_profiler/
  3. debugger/
  4. fixtures/
  5. goldens/
  6. goldens_stable/
  7. http/
  8. inspector/
  9. integration_tests/
  10. logging/
  11. matchers/
  12. memory/
  13. network/
  14. performance/
  15. primitives/
  16. provider/
  17. scenes/
  18. shared/
  19. test_data/
  20. test_infra/
  21. test_utils/
  22. vm_developer/
  23. README.md
packages/devtools_app/test/README.md

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/.

Other directories of interest:

  • test/test_data/: stubbed test data to be used across tests.
  • test/test_infra/: test driver and environment logic to be used across tests.
  • test/test_utils/: testing utilities shared across tests.