aboutsummaryrefslogtreecommitdiff
path: root/e2e
Commit message (Collapse)AuthorAgeFilesLines
* Add e2e test for partial blacklist form optionShin'ya UEOKA2019-10-092-3/+83
|
* Clean e2e testsShin'ya UEOKA2019-10-0824-266/+171
|
* Add e2e test for partial blacklistShin'ya UEOKA2019-10-081-0/+61
|
* Fix completion e2e testShin'ya UEOKA2019-10-011-1/+1
|
* Add e2e test for help commandShin'ya UEOKA2019-10-011-0/+49
|
* Remove deprecated assertShin'ya UEOKA2019-09-2924-206/+206
|
* Use TestServer on e2eShin'ya UEOKA2019-09-2921-639/+351
|
* Add graceful shutdown to TestServerShin'ya UEOKA2019-09-281-6/+18
|
* Add TestServerShin'ya UEOKA2019-09-271-0/+52
|
* Support clipbard on MacOSShin'ya UEOKA2019-09-271-0/+41
|
* Scroll option page for Firefox 60Shin'ya UEOKA2019-09-252-1/+6
|
* Fix form option pageShin'ya UEOKA2019-09-251-7/+11
|
* Add switchTo().defaultContent();Shin'ya UEOKA2019-09-241-0/+1
|
* Make pages as a page objectShin'ya Ueoka2019-09-2329-980/+826
|
* Migrate e2e tests to TypeScriptShin'ya Ueoka2019-09-2229-515/+552
|
* Use latest lanthanShin'ya Ueoka2019-09-2125-832/+814
|
* Use 404 pageShin'ya Ueoka2019-09-021-1/+1
|
* Scroll to bottom on setting pageShin'ya Ueoka2019-09-021-0/+1
|
* Remove onlyShin'ya Ueoka2019-08-291-1/+1
|
* Add search engine e2e testShin'ya Ueoka2019-08-201-0/+41
|
* Add option form pageShin'ya Ueoka2019-08-201-0/+83
|
* Add e2e test to verify hot-reload of the settingsShin'ya Ueoka2019-08-201-8/+41
|
* My first e2e test for option pageShin'ya Ueoka2019-08-201-0/+66
|
* Make e2e tests more stabilizedShin'ya Ueoka2019-08-201-4/+6
|
* tabs.close: rename selectLeft (boolean) -> select ("left" | "right")chocolateboy2019-07-311-1/+1
| | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") }
* tabs.close.right: rename `gd` -> `x$`chocolateboy2019-07-312-3/+3
|
* Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-282-4/+19
| | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy
* Fix test caseShin'ya Ueoka2019-05-271-30/+30
|
* Automate hintchars property testShin'ya Ueoka2019-05-261-0/+32
|
* Add repeat operation testShin'ya Ueoka2019-05-261-0/+92
|
* Fix failed CircleCIShin'ya Ueoka2019-05-191-6/+10
|
* Make stable e2e testsShin'ya Ueoka2019-04-201-6/+10
|
* Add e2e tests for follow completesShin'ya Ueoka2019-04-201-0/+146
|
* Add e2e tests for followShin'ya Ueoka2019-04-201-0/+257
|
* Add e2e tests for "complete" propertyShin'ya Ueoka2019-04-181-0/+123
|
* Add e2e tests for blacklistShin'ya Ueoka2019-04-171-0/+77
|
* Add e2e tests for completionsShin'ya Ueoka2019-04-163-1/+220
|
* Add e2e tests for completionsShin'ya Ueoka2019-04-163-0/+379
|
* Add e2e tests for yank/pasteShin'ya Ueoka2019-04-152-0/+186
|
* Add e2e tests for bdelete/bdeletes commandShin'ya Ueoka2019-04-141-0/+203
|
* Add e2e tests for quit/quitall commandsShin'ya Ueoka2019-04-141-0/+125
|
* Add e2e tests for addbookmark commandShin'ya Ueoka2019-04-141-0/+67
|
* Add e2e tests for buffer commandShin'ya Ueoka2019-04-141-0/+202
|
* open commandShin'ya Ueoka2019-04-143-3/+0
|
* Make navigate e2e test stableShin'ya Ueoka2019-04-141-7/+18
|
* Add e2e tests for open/tabopen/winopen commandsShin'ya Ueoka2019-04-144-0/+569
|
* Follow the master in lanthanShin'ya Ueoka2019-04-136-8/+8
|
* Add console e2e testShin'ya Ueoka2019-04-072-16/+126
|
* Add r/R testsShin'ya Ueoka2019-04-061-1/+63
|
* Add gh/gH testsShin'ya Ueoka2019-04-061-1/+31
|