ui test - stonezhong/DataManager GitHub Wiki
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 aTestAlertBox
for testing purpose.