tree: 553e6fc7023d1ee3515f4ccf750e9875bde9e890 [path history] [tgz]
  1. alert-icon.html
  2. alert-remove-box-test.html
  3. alert-remove-box.html
  4. alerts-table.html
  5. autocomplete-box.html
  6. base-chart.html
  7. base-form.html
  8. bisect-button.html
  9. bisect-form.html
  10. bisect-status.html
  11. bug-info-span.html
  12. bug-info.html
  13. chart-container-test.html
  14. chart-container.html
  15. chart-legend-test.html
  16. chart-legend.html
  17. chart-slider.html
  18. chart-title-test.html
  19. chart-title.html
  20. chart-tooltip.html
  21. custom-tooltip.html
  22. editable-list.html
  23. login-warning-test.html
  24. login-warning.html
  25. overlay-message.html
  26. quick-log.html
  27. README.md
  28. report-container.html
  29. revision-range-test.html
  30. revision-range.html
  31. select-menu-test.html
  32. select-menu.html
  33. test-picker-test.html
  34. test-picker.html
  35. tooltip-test-description.html
  36. trace-button.html
  37. trace-form.html
  38. triage-dialog.html
catapult/dashboard/dashboard/elements/README.md

Custom web components and tests

This directory contains Polymer elements and their unit tests.

How to run single tests

  1. Start a local HTTP server, e.g. using python -m SimpleHTTPServer 8081. Other local HTTP servers also work, for example http-server which can be installed with npm install -g http-server.
  2. Navigate to one of the individual test HTML files.

How to run all tests

Not implemented yet; in the future, this should be done similarly to the trace-viewer project.