Sha256: 18b1768b226b8111dd1427dd18338cb11ada321e6f85aeab96f74ca8b65df74f

Contents?: true

Size: 576 Bytes

Versions: 16

Compression:

Stored size: 576 Bytes

Contents

Feature: Bamboo Remote client
  In order to know more about our build pipeline
  As a Bamboo user
  I want to use Bamboo's Remote API

  Background:
    Given I am using the Remote client
    And I am logged in

  Scenario: Fetch build names
    When I fetch all build names
    Then I should get a list of builds
    And I should be able to get the latest result

  Scenario: Fetch a build result
    When I fetch a build result
    Then the build result should have a key
    And the build result should have a state

  Scenario: Log out
    Then I should be able to log out

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bamboo-client-0.1.9 features/remote.feature
bamboo-client-0.1.8 features/remote.feature
bamboo-client-0.1.7 features/remote.feature
bamboo-client-0.1.6 features/remote.feature
bamboo-client-0.1.5 features/remote.feature
bamboo-client-0.1.4 features/remote.feature
bamboo-client-0.1.3 features/remote.feature
bamboo-client-0.1.2 features/remote.feature
bamboo-client-0.1.1 features/remote.feature
bamboo-client-0.1.0 features/remote.feature
bamboo-client-0.0.9 features/remote.feature
bamboo-client-0.0.8 features/remote.feature
bamboo-client-0.0.6 features/remote.feature
bamboo-client-0.0.5 features/remote.feature
bamboo-client-0.0.4 features/remote.feature
bamboo-client-0.0.3 features/remote.feature