Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/godbout/accessibilitystrategytestapp

test application for the AccessibilityStrategy of kindaVim. stand-alone application needed due to UI Tests for Swift package.
https://github.com/godbout/accessibilitystrategytestapp

bindings inputfields kindavim macos moves vim

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

AccessibilityStrategyTestApp
testing AccessibilityStrategy for kindaVim








![AccessibilityStrategyTestApp ruining my computer](https://raw.githubusercontent.com/godbout/AccessibilityStrategyTestApp/media/gif.gif "hehe")

# WOT IS DAT

those are all the Unit and UI Tests related to the AccessibilityStrategy part of [kindaVim](https://github.com/godbout/kindaVim.theapp). i.e. the part where we can read and write text through the [macOS Accessibility](https://developer.apple.com/accessibility/macos/). 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.