Commit graph

104 commits

Author SHA1 Message Date
Shin'ya UEOKA
be3ee38fdb Add e2e test for partial blacklist form option 2019-10-09 12:33:08 +00:00
Shin'ya UEOKA
68f6211aac Clean e2e tests 2019-10-08 13:19:28 +00:00
Shin'ya UEOKA
f59a2dd8c7 Add e2e test for partial blacklist 2019-10-08 11:43:10 +00:00
Shin'ya UEOKA
cb08141a55 Fix completion e2e test 2019-10-01 13:21:58 +00:00
Shin'ya UEOKA
5291c4cca1 Add e2e test for help command 2019-10-01 13:21:58 +00:00
Shin'ya UEOKA
9f0bc57328 Remove deprecated assert 2019-09-29 00:52:56 +00:00
Shin'ya UEOKA
1b92be6360 Use TestServer on e2e 2019-09-29 00:13:04 +00:00
Shin'ya UEOKA
4a4b5e1303 Add graceful shutdown to TestServer 2019-09-28 00:02:57 +00:00
Shin'ya UEOKA
9c40914bba Add TestServer 2019-09-27 10:02:00 +00:00
Shin'ya UEOKA
ffc20750e9 Support clipbard on MacOS 2019-09-27 09:11:33 +00:00
Shin'ya UEOKA
fff371ae6e Scroll option page for Firefox 60 2019-09-25 13:32:12 +00:00
Shin'ya UEOKA
8e5e6bfcdd Fix form option page 2019-09-25 03:22:11 +00:00
Shin'ya UEOKA
5fac5ba664 Add switchTo().defaultContent(); 2019-09-24 03:49:39 +00:00
Shin'ya Ueoka
d37896887e Make pages as a page object 2019-09-23 16:16:51 +09:00
Shin'ya Ueoka
7e77e31ad6 Migrate e2e tests to TypeScript 2019-09-22 16:13:12 +09:00
Shin'ya Ueoka
4d36a203c0 Use latest lanthan 2019-09-21 16:33:14 +09:00
Shin'ya Ueoka
f64b7ca320 Use 404 page 2019-09-02 22:42:31 +09:00
Shin'ya Ueoka
fd7509276e Scroll to bottom on setting page 2019-09-02 22:27:15 +09:00
Shin'ya Ueoka
807ba97c4f Remove only 2019-08-29 23:25:49 +09:00
Shin'ya Ueoka
cd549234b4 Add search engine e2e test 2019-08-20 22:11:45 +09:00
Shin'ya Ueoka
ac93834ddc Add option form page 2019-08-20 21:49:58 +09:00
Shin'ya Ueoka
6f4812ee06 Add e2e test to verify hot-reload of the settings 2019-08-20 21:48:05 +09:00
Shin'ya Ueoka
1bc96ed111 My first e2e test for option page 2019-08-20 21:48:05 +09:00
Shin'ya Ueoka
7eca11e556 Make e2e tests more stabilized 2019-08-20 21:25:29 +09:00
chocolateboy
f65c068c67 tabs.close: rename selectLeft (boolean) -> select ("left" | "right")
before:

    {
        "type": "tabs.close",
        "selectLeft": true | false // (default: false)
    }

after:

    {
        "type": "tabs.close",
        "select": "left" | "right" // (default: "right")
    }
2019-07-31 17:06:48 +01:00
chocolateboy
9a3e8f3237 tabs.close.right: rename gd -> x$ 2019-07-31 15:02:21 +01:00
chocolateboy
6605d3ea99 Add an option to close the current tab and select the tab to the left
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
2019-07-28 20:34:53 +01:00
Shin'ya Ueoka
3686bbbabf Fix test case 2019-05-27 19:46:37 +09:00
Shin'ya Ueoka
cf14262b3a Automate hintchars property test 2019-05-26 21:15:19 +09:00
Shin'ya Ueoka
34a96cdc9c Add repeat operation test 2019-05-26 15:44:13 +09:00
Shin'ya Ueoka
ced89134e3 Fix failed CircleCI 2019-05-19 19:42:36 +09:00
Shin'ya Ueoka
2562d3b9de Make stable e2e tests 2019-04-20 16:36:30 +09:00
Shin'ya Ueoka
7274d148c6 Add e2e tests for follow completes 2019-04-20 16:27:16 +09:00
Shin'ya Ueoka
3fdd1969b4 Add e2e tests for follow 2019-04-20 16:16:37 +09:00
Shin'ya Ueoka
7df99cf232 Add e2e tests for "complete" property 2019-04-18 21:54:56 +09:00
Shin'ya Ueoka
7ece01c534 Add e2e tests for blacklist 2019-04-17 21:17:04 +09:00
Shin'ya Ueoka
9f7150e96b Add e2e tests for completions 2019-04-16 21:58:10 +09:00
Shin'ya Ueoka
e4760a0416 Add e2e tests for completions 2019-04-16 21:28:42 +09:00
Shin'ya Ueoka
52b13f85ca Add e2e tests for yank/paste 2019-04-15 21:19:43 +09:00
Shin'ya Ueoka
c14822cf4f Add e2e tests for bdelete/bdeletes command 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
659edc0ef3 Add e2e tests for quit/quitall commands 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
cd34ed60b3 Add e2e tests for addbookmark command 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
b9605f045b Add e2e tests for buffer command 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
2df2a091ea open command 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
0b558cc523 Make navigate e2e test stable 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
ac1c383fd0 Add e2e tests for open/tabopen/winopen commands 2019-04-14 20:43:16 +09:00
Shin'ya Ueoka
9fe09eba97 Follow the master in lanthan 2019-04-13 09:38:59 +09:00
Shin'ya Ueoka
853034b43d Add console e2e test 2019-04-07 08:35:25 +09:00
Shin'ya Ueoka
4f63499aa9 Add r/R tests 2019-04-06 23:31:27 +09:00
Shin'ya Ueoka
bc26dbdd77 Add gh/gH tests 2019-04-06 23:13:13 +09:00