Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save izmilia-prastika/0c2e4c0b24b95076258d82078be5aed7 to your computer and use it in GitHub Desktop.
Save izmilia-prastika/0c2e4c0b24b95076258d82078be5aed7 to your computer and use it in GitHub Desktop.
Cucumber-Gherkin-Skincare-BDD-Test
# This is a single line comment
Feature: Performing a Skincarisma Search
As a user on the Skincarisma search page
I want to search for Selenium-Webdriver
Because I want to learn more about it
Background:
Given I open the url "https://www.skincarisma.com/"
Scenario: Searching for Selenium Webdriver
When I set "Selenium Webdriver" to the inputfield "[name=q]"
And I press "Enter"
Then I expect that element "#search" becomes displayed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment