godbout / AccessibilityStrategyTestApp

test application for the AccessibilityStrategy of kindaVim. stand-alone application needed due to UI Tests for Swift package.

Home Page:https://kindavim.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AccessibilityStrategyTestApp
testing AccessibilityStrategy for kindaVim

AccessibilityStrategyTestApp ruining my computer

WOT IS DAT

those are all the Unit and UI Tests related to the AccessibilityStrategy part of kindaVim. i.e. the part where we can read and write text through the macOS Accessibility. not the fallback mode, key mapping, restricted mode, or kindaVim engine core.

the implementation is not available (hopefully...) but the tests may be helpful to you if you're developing some kind of Vim moves related project. Vim moves are complex, with lots of exceptions and edge cases. it's hard to get them correct. good luck.

CI BUILD AND TESTS FAILING

the AccessibilityStrategy now requires macOS 12 minimum. GitHub Actions only goes up to 11 (haha). so back to running locally for now.

About

test application for the AccessibilityStrategy of kindaVim. stand-alone application needed due to UI Tests for Swift package.

https://kindavim.app

License:GNU General Public License v3.0


Languages

Language:Swift 100.0%