diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-12 21:08:16 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2020-08-12 21:09:53 +0900 |
commit | f433f39f2177683ef594a14f5b6fde159bef6a71 (patch) | |
tree | 707ffe5e06a7a8bf5bc90db0eb090430824ddf2f /QA.md | |
parent | bf6762f0c0c47a20b6a3e722711fafc6611793a9 (diff) |
Remove QA.md
Goodbye manual testing
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -1,29 +0,0 @@ -## Checklist for testing Vim Vixen - -### Keybindings in JSON settings - -Test operations with default key maps. - -#### Misc - -- [ ] Toggle enabled/disabled of plugin bu <kbd>Shift</kbd>+<kbd>Esc</kbd> -- [ ] Hide error and info console by <kbd>Esc</kbd> -- [ ] Vim-Vixen icons changes on <kbd>Shift</kbd>+<kbd>Esc</kbd> -- [ ] Add-on is enabled and disabled by clicking the indicator on the tool bar. -- [ ] The indicator changed on selected tab changed (changes add-on enabled) -- [ ] Notify to users on add-on updated at first time. -- [ ] Reopen tab on *only current window* by <kbd>u</kbd> - -### Properties - -- [ ] Toggle smooth scroll by `:set smoothscroll` and `:set nosmoothscroll` -- [ ] Configure smooth scroll by settings `"smoothscroll": true` and `"smoothscroll": false` - -### Settings - -#### Form Settings - -##### Updating - -- [ ] keymap settings are applied to open tabs without reload -- [ ] search settings are applied to open tabs without reload |