Sha256: 7234bf262377fa9a0a75ca0d8480c5383820318bbaebd15df4ebc88caf3e25c4

Contents?: true

Size: 1.95 KB

Versions: 3

Compression:

Stored size: 1.95 KB

Contents

Feature: RDee should work well with browsers when target is set via environment variable

  Since I only have a Mac I will test Firefox, Chrome, and Safari

  @firefox
  Scenario: Creating a Firefox browser with a variable using Selenium
    When I establish a Firefox browser with a variable using Selenium
    Then I should be able to perform a google search for cheezyworld
    And I should be able to close the connection

  @firefox
  Scenario: Creating a Firefox browser with a variable using Watir
    When I establish a Firefox browser with a variable using Watir
    Then I should be able to perform a google search for cheezyworld
    And I should be able to close the connection

  @chrome
  Scenario: Creating a Chrome browser with a variable using Selenium
    When I establish a Chrome browser with a variable using Selenium
    Then I should be able to perform a google search for cheezyworld
    And I should be able to close the connection

  @chrome
  Scenario: Creating a Chrome browser with a variable using Watir
    When I establish a Chrome browser with a variable using Watir
    Then I should be able to perform a google search for cheezyworld
    And I should be able to close the connection

  @safari
  Scenario: Creating a Safari browser with a variable using Selenium
    When I establish a Safari browser with a variable using Selenium
    Then I should be able to perform a google search for cheezyworld
    And I should be able to close the connection

  @safari
  Scenario: Creating a Safari browser with a variable using Watir
    When I establish a Safari browser with a variable using Watir
    Then I should be able to perform a google search for cheezyworld
    And I should be able to close the connection

  @chrome
  Scenario: Using switches that are passed to the browser
    When I set switches via configuration and use a Watir browser
    Then I should be able to perform a google search for cheezyworld
    And I should be able to close the connection

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
RDee-0.9 features/environment_variable.feature
RDee-0.8 features/environment_variable.feature
RDee-0.7 features/environment_variable.feature