You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SendUser32KeyboardKeyTests.cs (49 lines) contains only ManifestComplianceTest, NewPluginTest, and one behavior test covering just the no-driver no-op path — no test covers sticky-mode payload shape, Key/Delay validation, HTTP failure handling, or actual simulator-driven dispatch.
Proposed change
Add tests for: a sticky-mode request's payload shape, rejected invalid Key/Delay values (#79/#80), an HTTP failure surfacing as a reported error (post #81), and dispatch against a simulator driver (#86).
Problem
SendUser32KeyboardKeyTests.cs(49 lines) contains onlyManifestComplianceTest,NewPluginTest, and one behavior test covering just the no-driver no-op path — no test covers sticky-mode payload shape, Key/Delay validation, HTTP failure handling, or actual simulator-driven dispatch.Proposed change
Add tests for: a sticky-mode request's payload shape, rejected invalid Key/Delay values (#79/#80), an HTTP failure surfacing as a reported error (post #81), and dispatch against a simulator driver (#86).
Compatibility requirements
Acceptance criteria