Shin'ya UEOKA
68f6211aac
Clean e2e tests
5 years ago
Shin'ya UEOKA
f59a2dd8c7
Add e2e test for partial blacklist
5 years ago
Shin'ya UEOKA
cb08141a55
Fix completion e2e test
5 years ago
Shin'ya UEOKA
5291c4cca1
Add e2e test for help command
5 years ago
Shin'ya UEOKA
9f0bc57328
Remove deprecated assert
5 years ago
Shin'ya UEOKA
1b92be6360
Use TestServer on e2e
5 years ago
Shin'ya UEOKA
4a4b5e1303
Add graceful shutdown to TestServer
5 years ago
Shin'ya UEOKA
9c40914bba
Add TestServer
5 years ago
Shin'ya UEOKA
ffc20750e9
Support clipbard on MacOS
5 years ago
Shin'ya UEOKA
fff371ae6e
Scroll option page for Firefox 60
5 years ago
Shin'ya UEOKA
8e5e6bfcdd
Fix form option page
5 years ago
Shin'ya UEOKA
5fac5ba664
Add switchTo().defaultContent();
5 years ago
Shin'ya Ueoka
d37896887e
Make pages as a page object
5 years ago
Shin'ya Ueoka
7e77e31ad6
Migrate e2e tests to TypeScript
5 years ago
Shin'ya Ueoka
4d36a203c0
Use latest lanthan
5 years ago
Shin'ya Ueoka
f64b7ca320
Use 404 page
5 years ago
Shin'ya Ueoka
fd7509276e
Scroll to bottom on setting page
5 years ago
Shin'ya Ueoka
807ba97c4f
Remove only
5 years ago
Shin'ya Ueoka
cd549234b4
Add search engine e2e test
5 years ago
Shin'ya Ueoka
ac93834ddc
Add option form page
5 years ago
Shin'ya Ueoka
6f4812ee06
Add e2e test to verify hot-reload of the settings
5 years ago
Shin'ya Ueoka
1bc96ed111
My first e2e test for option page
5 years ago
Shin'ya Ueoka
7eca11e556
Make e2e tests more stabilized
5 years ago
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")
}
5 years ago
chocolateboy
9a3e8f3237
tabs.close.right: rename `gd` -> `x$`
5 years ago
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
5 years ago
Shin'ya Ueoka
3686bbbabf
Fix test case
6 years ago
Shin'ya Ueoka
cf14262b3a
Automate hintchars property test
6 years ago
Shin'ya Ueoka
34a96cdc9c
Add repeat operation test
6 years ago
Shin'ya Ueoka
ced89134e3
Fix failed CircleCI
6 years ago
Shin'ya Ueoka
2562d3b9de
Make stable e2e tests
6 years ago
Shin'ya Ueoka
7274d148c6
Add e2e tests for follow completes
6 years ago
Shin'ya Ueoka
3fdd1969b4
Add e2e tests for follow
6 years ago
Shin'ya Ueoka
7df99cf232
Add e2e tests for "complete" property
6 years ago
Shin'ya Ueoka
7ece01c534
Add e2e tests for blacklist
6 years ago
Shin'ya Ueoka
9f7150e96b
Add e2e tests for completions
6 years ago
Shin'ya Ueoka
e4760a0416
Add e2e tests for completions
6 years ago
Shin'ya Ueoka
52b13f85ca
Add e2e tests for yank/paste
6 years ago
Shin'ya Ueoka
c14822cf4f
Add e2e tests for bdelete/bdeletes command
6 years ago
Shin'ya Ueoka
659edc0ef3
Add e2e tests for quit/quitall commands
6 years ago
Shin'ya Ueoka
cd34ed60b3
Add e2e tests for addbookmark command
6 years ago
Shin'ya Ueoka
b9605f045b
Add e2e tests for buffer command
6 years ago
Shin'ya Ueoka
2df2a091ea
open command
6 years ago
Shin'ya Ueoka
0b558cc523
Make navigate e2e test stable
6 years ago
Shin'ya Ueoka
ac1c383fd0
Add e2e tests for open/tabopen/winopen commands
6 years ago
Shin'ya Ueoka
9fe09eba97
Follow the master in lanthan
6 years ago
Shin'ya Ueoka
853034b43d
Add console e2e test
6 years ago
Shin'ya Ueoka
4f63499aa9
Add r/R tests
6 years ago
Shin'ya Ueoka
bc26dbdd77
Add gh/gH tests
6 years ago
Shin'ya Ueoka
b604a942a8
Use native assert instead of power-assert
6 years ago