Sha256: d1882d61c8346a3bbcf271f64a7e43e85d1c89b38eb7798a368b0306cff02282
Contents?: true
Size: 695 Bytes
Versions: 9
Compression:
Stored size: 695 Bytes
Contents
Feature: Open Browser In order to test a web application one needs to open a browser # Scenario: No block provided # Given I have not provided a block to the browser # Then the result should be a browser is not opened Scenario Outline: Block provided Given I have provided a block to the site with <browser_type> Then the result should be the browser instances it returned and available inside of the block Scenario Outline: No Block provided Given I have not provided a block to the site with <browser_type> Then the result should be the browser instances it returned as a variable Examples: |browser_type| |chrome| |ff| |firefox|
Version data entries
9 entries across 9 versions & 1 rubygems