Merge commit '8af5cfb4ac9e6d928cfeb0522fa729ba616df70a'

This commit is contained in:
Florian Bruhin 2017-03-31 17:47:34 +02:00
commit 05059b4a5e
26 changed files with 52 additions and 0 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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)

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.)

View File

@ -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.

View File

@ -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.

View File

@ -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:

View File

@ -1,3 +1,5 @@
# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et:
Feature: Setting settings. Feature: Setting settings.
Background: Background:

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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:

View File

@ -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.

View File

@ -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: