Sha256: 48159121cecec842e019c8c21959685b8ea37ac9c1c53e30f8fa6c158f5bb4b5

Contents?: true

Size: 475 Bytes

Versions: 3

Compression:

Stored size: 475 Bytes

Contents

@export @javascript
Feature: Exporting Metric Data
  Scenario: Exporting metric data as graph image
    Given there is example metric data
    When I graph the example metric data
    And I export the graph as an image
    Then I should get an image
    
  Scenario: Exporting metric data as a tab separated file
    Given there is example metric data
    When I graph the example metric data
    And I export the graph as a text file
    Then I should get tab separated text

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
heart-0.0.2 test/dummy/features/metrics/exporting.feature
heart-0.0.1 test/dummy/features/metrics/exporting.feature
heart-0.0.1.pre test/dummy/features/metrics/exporting.feature