Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/godbout/accessibilitystrategytestapp
- Owner: godbout
- License: gpl-3.0
- Created: 2021-09-01T15:47:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T17:41:38.000Z (about 1 year ago)
- Last Synced: 2024-05-21T12:32:33.356Z (7 months ago)
- Topics: bindings, inputfields, kindavim, macos, moves, vim
- Language: Swift
- Homepage: https://kindavim.app
- Size: 266 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
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.