You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

170 lines
5.8 KiB

7 years ago
## Checklist for testing Vim Vixen
7 years ago
7 years ago
### Keybindings in JSON settings
7 years ago
Test operations with default key maps.
7 years ago
#### Console
7 years ago
The behaviors of the console are tested in [Console section](#consoles).
7 years ago
#### Misc
7 years ago
7 years ago
- [ ] Toggle enabled/disabled of plugin bu <kbd>Shift</kbd>+<kbd>Esc</kbd>
6 years ago
- [ ] Hide error and info console by <kbd>Esc</kbd>
6 years ago
- [ ] 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.
7 years ago
7 years ago
### Following links
7 years ago
- [ ] Show hints on following on a page containing `<frame>`/`<iframe>`
- [ ] Show hints only inside viewport of the frame on following on a page containing `<frame>`/`<iframe>`
- [ ] Show hints only inside top window on following on a page containing `<frame>`/`<iframe>`
- [ ] Select link and open it in the frame in `<iframe>`/`<frame`> on following by <kbd>f</kbd>
- [ ] Select link and open it in new tab in `<iframe>`/`<frame`> on following by <kbd>F</kbd>
7 years ago
- [ ] Select link and open it in `<area>` tags, for <kbd>f</kbd> and <kbd>F</kbd>
6 years ago
- [ ] Open new tab in background by `"background": true`
7 years ago
7 years ago
### Consoles
7 years ago
7 years ago
#### Exec a command
7 years ago
- [ ] `<EMPTY>`: do nothing
7 years ago
7 years ago
### Completions
7 years ago
7 years ago
#### History and search engines
7 years ago
7 years ago
- [ ] `open<SP>`: show all engines and some history items
- [ ] `open g`: complete search engines starts with `g` and matched with keywords `g`
- [ ] `open foo bar`: complete history items matched with keywords `foo` and `bar`
6 years ago
- [ ] `set `: show prperties starts with keywords
6 years ago
- [ ] The completions shows histories, search engines, and bookmarks.
7 years ago
- [ ] also `tabopen` and `winopen`
7 years ago
- shortening commands such as `o` are not test in this release
6 years ago
- [ ] Complete commands matched with input keywords in the prefix.
7 years ago
7 years ago
#### Buffer command
7 years ago
7 years ago
- [ ] `buffer<SP>`: show all opened tabs in completion
- [ ] `buffer x`: show tabs which has title and URL matches with `x`
6 years ago
- [ ] shows tab index and marks
7 years ago
6 years ago
#### Buffer command
- [ ] `bdelete`, `bdeletes`: show tabs excluding pinned tabs
- [ ] `bdelete!`, `bdeletes!`: show tabs including pinned tabs
7 years ago
#### Misc
- [ ] Select next item by <kbd>Tab</kbd> and previous item by <kbd>Shift</kbd>+<kbd>Tab</kbd>
6 years ago
- [ ] Reopen tab on *only current window* by <kbd>u</kbd>
7 years ago
6 years ago
### Properties
- [ ] Configure custom hint character by `:set hintchars=012345678`
- [ ] Configure custom hint character by settings `"hintchars": "012345678"` in add-on preferences
- [ ] Opened tabs is in child on Tree Style Tab
- [ ] Smooth scroll by `:set smoothscroll`
- [ ] Non-smooth scroll by `:set nosmoothscroll`
- [ ] Configure smooth scroll by settings `"smoothscroll": true`, `"smoothscroll": false`
- [ ] Show search engine, bookmark and history items in order by `:set complete=sbh`
- [ ] Show bookmark, search engine, and search engine items in order by `:set complete=bss`
6 years ago
- [ ] Configure completion items by setting `"complete": "sbh"`, `"complete": "bss"`
6 years ago
7 years ago
### Settings
7 years ago
7 years ago
#### JSON Settings
##### Validations
7 years ago
7 years ago
- [ ] show error on invalid json
6 years ago
- [ ] show error when top-level keys has keys other than `keymaps`, `search`, `blacklist`, and `properties`
7 years ago
7 years ago
###### `"keymaps"` section
7 years ago
7 years ago
- [ ] show error on unknown operation name in `"keymaps"`
7 years ago
7 years ago
###### `"search"` section
7 years ago
7 years ago
- validations in `"search"` section are not tested in this release
7 years ago
7 years ago
##### `"blacklist"` section
7 years ago
- [ ] `github.com/a` blocks `github.com/a`, and not blocks `github.com/aa`
- [ ] `github.com/a*` blocks both `github.com/a` and `github.com/aa`
- [ ] `github.com/` blocks `github.com/`, and not blocks `github.com/a`
- [ ] `github.com` blocks both `github.com/` and `github.com/a`
- [ ] `*.github.com` blocks `gist.github.com/`, and not `github.com`
7 years ago
##### Updating
7 years ago
7 years ago
- [ ] changes are updated on textarea blure when no errors
- [ ] changes are not updated on textarea blure when errors occurs
- [ ] keymap settings are applied to open tabs without reload
- [ ] search settings are applied to open tabs without reload
7 years ago
6 years ago
##### Properties
- [ ] show errors when invalid property name
- [ ] show errors when invalid property type
7 years ago
#### Form Settings
<!-- validation on form settings does not implement in 0.7 -->
##### Search Engines
- [ ] able to change default
- [ ] able to remove item
- [ ] able to add item
##### `"blacklist"` section
- [ ] able to add item
- [ ] able to remove item
- [ ] `github.com/a` blocks `github.com/a`, and not blocks `github.com/aa`
- [ ] `github.com/a*` blocks both `github.com/a` and `github.com/aa`
- [ ] `github.com/` blocks `github.com/`, and not blocks `github.com/a`
- [ ] `github.com` blocks both `github.com/` and `github.com/a`
- [ ] `*.github.com` blocks `gist.github.com/`, and not `github.com`
##### Updating
- [ ] keymap settings are applied to open tabs without reload
- [ ] search settings are applied to open tabs without reload
### Settings source
- [ ] show confirmation dialog on switched from json to form
- [ ] state is saved on source changed
- [ ] on switching form -> json -> form, first and last form setting is equivalent to first one
7 years ago
### For certain sites
7 years ago
7 years ago
- [ ] scroll on Hacker News
7 years ago
- [ ] able to scroll on Gmail and Slack
7 years ago
- [ ] Focus text box on Twitter or Slack, press <kbd>j</kbd>, then <kbd>j</kbd> is typed in the box
7 years ago
- [ ] Focus the text box on Twitter or Slack on following mode
6 years ago
- [ ] The pages is shown in https://pitchify.com/
- [ ] Open console in http://www.espncricinfo.com/
7 years ago
7 years ago
## Find mode
- [ ] open console with <kbd>/</kbd>
7 years ago
- [ ] highlight a word on <kbd>Enter</kbd> pressed in find console
7 years ago
- [ ] Search next/prev by <kbd>n</kbd>/<kbd>N</kbd>
- [ ] Wrap search by <kbd>n</kbd>/<kbd>N</kbd>
- [ ] Find with last keyword if keyword is empty
6 years ago
- [ ] Find keyword last used on new tab opened
7 years ago
7 years ago
## Misc
7 years ago
- [ ] Work on `about:blank`
- [ ] Able to map `<A-Z>` key.
- [ ] Open file menu by <kbd>Alt</kbd>+<kbd>F</kbd> (Other than Mac OS)