tree: 2c8770d9935545c85b226d3827ba84fcaa2422c3 [path history] [tgz]
  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. provider/
  16. shared/
  17. test_data/
  18. test_infra/
  19. test_utils/
  20. vm_developer/
  21. 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.