Sha256: ccdf9e8fbbb0dbd3d647f567c79822882cfe004f62e6de052a26bcbad25c8261

Contents?: true

Size: 692 Bytes

Versions: 19

Compression:

Stored size: 692 Bytes

Contents

Feature: Run test suite of aruba

  As a aruba developer
  I want to run the test suite of aruba
  In order to make changes to it

  Background:
    Given the default aruba exit timeout is 120 seconds
    And I successfully run `git clone https://github.com/cucumber/aruba.git`
    And I cd to "aruba"

  @ignore
  Scenario: Testing user interface
    Given I successfully run `cucumber`
    Then the features should all pass

  @unsupported-on-ruby-older-193
  Scenario: Testing compliance to ruby community guide
    Given I successfully run `rubocop`
    Then the features should all pass

  Scenario: Testing api
    Given I successfully run `rspec`
    Then the features should all pass

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
aruba-win-fix-0.14.2 features/development/test.feature
aruba-0.14.2 features/development/test.feature
aruba-0.14.1 features/development/test.feature
aruba-0.14.0 features/development/test.feature
aruba-0.13.0 features/development/test.feature
aruba-0.12.0 features/development/test.feature
aruba-0.11.2 features/development/test.feature
aruba-0.11.1 features/development/test.feature
aruba-0.11.0.pre4 features/development/test.feature
aruba-0.11.0.pre3 features/development/test.feature
aruba-0.11.0.pre2 features/development/test.feature
aruba-0.11.0.pre features/development/test.feature
aruba-0.10.2 features/development/test.feature
aruba-0.10.1 features/development/test.feature
aruba-0.10.0 features/development/test.feature
aruba-0.10.0.pre2 features/development/test.feature
aruba-0.10.0.pre features/development/test.feature
aruba-0.9.0 features/development/test.feature
aruba-0.9.0.pre2 features/development/test.feature