Merge commit '8af5cfb4ac9e6d928cfeb0522fa729ba616df70a' into Carpetsmoker/feature-modeline
This commit is contained in:
commit
80a5613b80
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Ad blocking
|
Feature: Ad blocking
|
||||||
|
|
||||||
Scenario: Simple adblock update
|
Scenario: Simple adblock update
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Going back and forward.
|
Feature: Going back and forward.
|
||||||
Testing the :back/:forward commands.
|
Testing the :back/:forward commands.
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Caret mode
|
Feature: Caret mode
|
||||||
In caret mode, the user can select and yank text using the keyboard.
|
In caret mode, the user can select and yank text using the keyboard.
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Using completion
|
Feature: Using completion
|
||||||
|
|
||||||
Scenario: No warnings when completing with one entry (#1600)
|
Scenario: No warnings when completing with one entry (#1600)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Downloading things from a website.
|
Feature: Downloading things from a website.
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Opening external editors
|
Feature: Opening external editors
|
||||||
|
|
||||||
## :edit-url
|
## :edit-url
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Using hints
|
Feature: Using hints
|
||||||
|
|
||||||
# https://bugreports.qt.io/browse/QTBUG-58381
|
# https://bugreports.qt.io/browse/QTBUG-58381
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Page history
|
Feature: Page history
|
||||||
|
|
||||||
Make sure the global page history is saved correctly.
|
Make sure the global page history is saved correctly.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Invoking a new process
|
Feature: Invoking a new process
|
||||||
Simulate what happens when running qutebrowser with an existing instance
|
Simulate what happens when running qutebrowser with an existing instance
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Javascript stuff
|
Feature: Javascript stuff
|
||||||
|
|
||||||
Integration with javascript.
|
Integration with javascript.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Keyboard input
|
Feature: Keyboard input
|
||||||
|
|
||||||
Tests for :bind and :unbind, :clear-keychain and other keyboard input
|
Tests for :bind and :unbind, :clear-keychain and other keyboard input
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Setting positional marks
|
Feature: Setting positional marks
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Various utility commands.
|
Feature: Various utility commands.
|
||||||
|
|
||||||
## :set-cmd-text
|
## :set-cmd-text
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Using :navigate
|
Feature: Using :navigate
|
||||||
|
|
||||||
Scenario: :navigate with invalid argument
|
Scenario: :navigate with invalid argument
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Opening pages
|
Feature: Opening pages
|
||||||
|
|
||||||
Scenario: :open with URL
|
Scenario: :open with URL
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Prompts
|
Feature: Prompts
|
||||||
Various prompts (javascript, SSL errors, authentification, etc.)
|
Various prompts (javascript, SSL errors, authentification, etc.)
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Scrolling
|
Feature: Scrolling
|
||||||
Tests the various scroll commands.
|
Tests the various scroll commands.
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Searching on a page
|
Feature: Searching on a page
|
||||||
Searching text on the page (like /foo) with different options.
|
Searching text on the page (like /foo) with different options.
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Saving and loading sessions
|
Feature: Saving and loading sessions
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Setting settings.
|
Feature: Setting settings.
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: :spawn
|
Feature: :spawn
|
||||||
|
|
||||||
Scenario: Running :spawn
|
Scenario: Running :spawn
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Tab management
|
Feature: Tab management
|
||||||
Tests for various :tab-* commands.
|
Tests for various :tab-* commands.
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: quickmarks and bookmarks
|
Feature: quickmarks and bookmarks
|
||||||
|
|
||||||
## bookmarks
|
## bookmarks
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Miscellaneous utility commands exposed to the user.
|
Feature: Miscellaneous utility commands exposed to the user.
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Yanking and pasting.
|
Feature: Yanking and pasting.
|
||||||
:yank, {clipboard} and {primary} can be used to copy/paste the URL or title
|
:yank, {clipboard} and {primary} can be used to copy/paste the URL or title
|
||||||
from/to the clipboard and primary selection.
|
from/to the clipboard and primary selection.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
Feature: Zooming in and out
|
Feature: Zooming in and out
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
Loading…
Reference in New Issue
Block a user