Upgrade auto-generated UIA testing to include more API tests #14843

Open
opened 2026-01-31 04:21:01 +00:00 by claunia · 0 comments
Owner

Originally created by @carlos-zamora on GitHub (Aug 12, 2021).

Originally assigned to: @carlos-zamora on GitHub.

#10886 follow-up

Right now, we only generate tests for Move(). That's great! But we could/should easily adapt it to test some other APIs like:

  • ExpandToEnclosingUnit()
  • MoveEndpointByUnit()

We may also be able to add tests that make sure we work with clones properly. Like...

  • create a clone --> "move" the clone --> clone should not be the same as original
  • create a clone --> "move" the clone --> "move" the original the same way --> both should be the same
Originally created by @carlos-zamora on GitHub (Aug 12, 2021). Originally assigned to: @carlos-zamora on GitHub. #10886 follow-up Right now, we only generate tests for `Move()`. That's great! But we could/should easily adapt it to test some other APIs like: - `ExpandToEnclosingUnit()` - `MoveEndpointByUnit()` We may also be able to add tests that make sure we work with clones properly. Like... - create a clone --> "move" the clone --> clone should not be the same as original - create a clone --> "move" the clone --> "move" the original the same way --> both should be the same
claunia added the Issue-TaskProduct-TerminalArea-Accessibility labels 2026-01-31 04:21:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14843