Sha256: 03150901a499f1c05368719d8e2d3b36e8125b7abf2ec99b930b56461924c301
Contents?: true
Size: 847 Bytes
Versions: 5
Compression:
Stored size: 847 Bytes
Contents
Feature: Using Wikipedia Background: within wikipedia.com context Given I am within wikipedia.com @selenium @search_with_examples_from_csv Scenario Outline: Searching with selenium for a term with submit (embedded data) Given I am on wikipedia.com When I enter word <keyword> And I click submit button Then I should see "<result>" Examples: | keyword | result | | Capybara | Hydrochoerus hydrochaeris | | Wombat | quadrupedal marsupials | | Echidna | Tachyglossidae | @selenium @search_with_examples_from_csv Scenario Outline: Searching with selenium for a term with submit (external data) Given I am on wikipedia.com When I enter word <keyword> And I click submit button Then I should see "<result>" Examples: | keyword | result | | file:spec/data.csv ||
Version data entries
5 entries across 5 versions & 1 rubygems