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
Shin'ya Ueoka
b04eecce7f
Replace e2e with lanthan
6 years ago
Shin'ya Ueoka
d5e561e777
Add e2e test case for <S-D>
6 years ago
Shin'ya Ueoka
decab48de8
Wait on e2e
6 years ago
Shin'ya Ueoka
8d3b80af53
Add test cases for mark
6 years ago
Shin'ya Ueoka
8c52d89e00
Stable e2e test
6 years ago
Shin'ya Ueoka
05faaced13
fix for lint
6 years ago
Shin'ya Ueoka
32fb827f02
fix
6 years ago
Shin'ya Ueoka
413ad780a0
fix
6 years ago
Shin'ya Ueoka
2e9574fbea
Implement e2e test of view-source
6 years ago
Shin'ya Ueoka
70ed31f35e
Rewrite e2e tests with async/await
6 years ago
Shin'ya Ueoka
d6dc869d1f
Rewrite e2e tests with await/async
6 years ago
Shin'ya Ueoka
f1be4fa0a8
Rewrite e2e tests with await/async
6 years ago