Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Feature: Searching on DuckDuckGo
As a web surfer, I want to search DuckDuckGo, so that I can learn new things.
Background:
Given I am on DuckDuckGos website
Scenario: Simple DuckDuckGo search
When the search phrase "panda" is entered
Then results for "panda" are shown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment