tree: 55a3da3d92031aa8edc01308a43962d83dbe2dbd
  1. app_size/
  2. cpu_profiler/
  3. debugger/
  4. goldens/
  5. goldens_stable/
  6. http/
  7. inspector/
  8. integration_tests/
  9. logging/
  10. memory/
  11. network/
  12. performance/
  13. primitives/
  14. provider/
  15. scenes/
  16. shared/
  17. test_data/
  18. test_infra/
  19. vm_developer/
  20. 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.