Skip to content

ui test

Stone Zhong edited this page Apr 3, 2021 · 3 revisions

Index

Brief

There is no unit test for UI, all test is done manually. Access /explorer/test for testing UI components.

  • If you create or update a UI component, create a test page and link it to /explorer/test
  • Each component has a test component for test, for example, we have component AlertBox, then we have a TestAlertBox for testing purpose.