Skip to content

Instantly share code, notes, and snippets.

@riteshgurung
Last active August 29, 2015 14:03
Show Gist options
  • Save riteshgurung/5715a2e61bbb63dc05b3 to your computer and use it in GitHub Desktop.
Save riteshgurung/5715a2e61bbb63dc05b3 to your computer and use it in GitHub Desktop.
checker.feature
default:
paths:
features: 'features'
extensions:
Behat\MinkExtension\Extension:
goutte: ~
selenium2: ~
base_url: http://google.co.in
Drupal\DrupalExtension\Extension:
blackbox: ~
formatter:
name: html
parameters:
output_path: behat_report.html
Feature:Check the existence of Sigin Link
Scenario: Successfully seeing links on homepage
Given I am on "/"
Then I should see the link "Sign in"
Scenario: Check Login Page
Given I am on "/"
When I click "Sign in"
Then I should see "One account. All of Google."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment