-
Notifications
You must be signed in to change notification settings - Fork 19
Expand integration test coverage for WS commands #415
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Only ~5 of ~40+ WS commands have integration test coverage. Most handlers are untested end-to-end:
device_command,read_attribute(beyond basic),ping_nodeget_matter_fabrics,remove_matter_fabricset_acl_entry,set_node_bindingcheck_node_update,update_nodediscover_commissionable_nodesset_default_fabric_labelget_loglevel,set_loglevel- Error cases (
InvalidArguments,NodeNotReady,NodeNotExists)
The existing integration tests also have pre-existing failures on Windows (BigInt conversion issue cascading from commissioning).
Proposal
Systematically expand IntegrationTest.ts to cover all command handlers, including both success and error paths.
Labels: testing, enhancement
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request