Sha256: 992f6f55af233711fed4265ad72584bbbae3fdbea5e28971dd32ba943ac2f95b

Contents?: true

Size: 431 Bytes

Versions: 9

Compression:

Stored size: 431 Bytes

Contents

Feature: Download elements from source html
  In order to release all images, external javascript and 
  css files must download and be the correct size

  Scenario Outline: Download
    Given a user has landed on a <page>
    Then all resource elements should download with the correct size

    Examples:
      |page                  |
      |http://slashdot.org   |
      |http://yahoo.com      |
      |http://github.com     |

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
whirlwind-0.1.8 test/features/resource_size.feature
whirlwind-0.1.7 test/features/resource_size.feature
whirlwind-0.1.6 test/features/resource_size.feature
whirlwind-0.1.5 test/features/resource_size.feature
whirlwind-0.1.4 test/features/resource_size.feature
whirlwind-0.1.3 test/features/resource_size.feature
whirlwind-0.1.2 test/features/resource_size.feature
whirlwind-0.1.1 test/features/resource_size.feature
whirlwind-0.1.0 test/features/resource_size.feature