Sha256: 29b802e4853803aa03bc2db2ec2d8caae7887d08c6f57e803074fbe36abd5385

Contents?: true

Size: 484 Bytes

Versions: 5

Compression:

Stored size: 484 Bytes

Contents

Feature: Distributed cucumber
  In order run my cukes quickly
  As a Cucumber user
  I want to distribute my cukes

  Background:
    Given I have a master and 2 slaves running
    And a report app is running

  Scenario: Distribute 2 features
    When I POST the following list to the master web service:
      | features/example1.feature |
      | features/example2.feature |
    Then the report app should know when the run has finished
    And I should be able to GET the results

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cukeq-0.0.1.dev5 features/cukeq.feature
cukeq-0.0.1.dev4 features/cukeq.feature
cukeq-0.0.1.dev3 features/cukeq.feature
cukeq-0.0.1.dev2 features/cukeq.feature
cukeq-0.0.1.dev features/cukeq.feature