aboutsummaryrefslogtreecommitdiff
path: root/e2e
Commit message (Collapse)AuthorAgeFilesLines
* Enable eslint:recommended and prettier/reactShin'ya Ueoka2020-08-112-3/+1
|
* Enable @typescript-eslint/no-extra-non-null-assertionShin'ya Ueoka2020-08-115-8/+8
|
* Add test cases for colorschemeShin'ya Ueoka2020-05-042-0/+66
|
* Fix e2e testShin'ya Ueoka2020-05-041-1/+2
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-1337-1403/+1630
|
* Fix e2e testShin'ya Ueoka2020-03-281-1/+1
|
* Add find test casesShin'ya Ueoka2020-02-223-0/+136
|
* Store settings in sync storageShin'ya Ueoka2020-02-032-19/+14
|
* npm run lint:fixShin'ya Ueoka2019-12-2235-443/+443
|
* Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-211-0/+60
|
* Use example.com on testShin'ya Ueoka2019-12-011-1/+1
|
* Fix e2e testShin'ya Ueoka2019-10-211-4/+0
|
* 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
|