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

Custom web components and tests

This directory contains Polymer elements and their tests.

How to run single tests

Start a local server with dev_appserver and navigate to localhost:8080/elements/my-element-test.html.

How to run all tests

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